raster-foundry / raster-foundry

The Raster Foundry web application.

Home Page:https://www.rasterfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit trace annotations

jisantuc opened this issue · comments

Problem description

We have some weird stuff going on in our annotations.

For example, we apparently somehow attach the project layer information in three distinct places somehow, based on this sample of a get_trace_summaries request:

...
                 'layerID': [{'AnnotationValue': {'StringValue': '3e07730c-5bdb-44fa-8b22-96968194c95b'}}],
                 'projectId': [{'AnnotationValue': {'StringValue': '3e07730c-5bdb-44fa-8b22-96968194c95b'}},
                               {'AnnotationValue': {'StringValue': '61e4622b-0b8b-4c1e-8ba6-845634329e89'}}],
                 'projectLayerId': [{'AnnotationValue': {'StringValue': '3e07730c-5bdb-44fa-8b22-96968194c95b'}}],

That's weird! Especially since one of the places is under the projectId key 👎

We should figure out where we're shipping strange or too much info and fix it