You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The mappers cannot recognize the buildings that has already been surveyed/mapped. It creates a confusion for the mappers to understand whether they've already mapped those or not because there's no such indication on FMTM or ODK. This can eventually sometimes, cause data redundancy, difficulty in identifying the correct ones.
Describe the solution you'd like
It would be great to see the building change color once they are mapped or a submission has been made using that feature.
This will help the users to understand:
The building has already been mapped
The users also get an insight on how many buildings are left to be mapped
The text was updated successfully, but these errors were encountered:
We load the Entity info on project detail page via OData endpoint (osm-fieldwork has this).
When user clicks start mapping, we update the entity status field to 'IN_PROGRESS` via API and also update their local state to colour the building yellow locally for the user (also useful if mapping offline).
All other users that load the Entities will also see a yellow building in progress.
When user clicks mapping complete then we update status to 'COMPLETE' and colour green.
On the backend side this is just updating the Entity field.
We should include the status field as a property when the entities are registered (in the default registration form in osm-fieldwork).
Is your feature request related to a problem? Please describe.
The mappers cannot recognize the buildings that has already been surveyed/mapped. It creates a confusion for the mappers to understand whether they've already mapped those or not because there's no such indication on FMTM or ODK. This can eventually sometimes, cause data redundancy, difficulty in identifying the correct ones.
Describe the solution you'd like
It would be great to see the building change color once they are mapped or a submission has been made using that feature.
This will help the users to understand:
The text was updated successfully, but these errors were encountered: