-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display current mapper events to the user somewhere on mapper frontend #1980
Comments
This should probably be a small toast alert? The top right doesn't seem like a bad spot out of the way. I guess the main concern is that on very active projects, lots of notifications would impede on the mapper use experience (get in the way of the ui). Let's test it out and see |
cc: @NSUWAL123 |
|
How do we handle feature level events update??
If not possible in mapper's UI, I can include that on documentation somewhere to inform users that the latest event is only for feature level update once @NSUWAL123 provides me headsup. |
For now, I think showing feature-level events is not possible. As the feature is not live updated as the task, we need to hit the |
Live feature level events can be obtained from the odk_entities table if we create another electric ShapeStream in the mapper frontend. But the events will only be synced ODK --> FMTM (when mapped in ODK Collect) when the API endpoint you mention is called (for now). We will fix the real time updating usijg webhooks in the near future |
The text was updated successfully, but these errors were encountered: