-
-
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
Finalise adding Entities to FMTM workflows & other tasks #1502
Comments
I updated the endpoint to fetch the submissions correctly from central for now they are taking around 8 seconds to load submissions. And above, do you mean to call the entities directly from frontend? without involving the backend? |
The statistics page can pretty much just use the entities endpoints to provide the stats, like how many features mapped, the user that mapped them, the validation status etc. All that info is attached to the Entity. The submissions endpoints only really need to be used for the user to download the submission data as a file format like GeoJSON/CSV/etc. By using entities on the submission / stats page we can significantly reduce loading time and no longer require caching of the submission. Does that make sense? |
Yep we can count the statuses = MAPPED or INVALID/BAD as the total number of submissions made. I added further info the description of #1521 to clarify (the original task was badly worded) |
Closing as most tasks are complete & QA Ready. The remainder has been moved to 2024.04 milestone tasks. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
/projects/{project_id}/export
endpoint and a/project/import
endpoint for exporting/importing data (difficult).buildings
. The archived XLSForms for other category types should be updated to also work with Entities.healthcare
would be a good one to start on.The text was updated successfully, but these errors were encountered: