-
-
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
Entities: consider options for updating feature mapping status #1417
Comments
@spwoodcock Can you share some update about it and task breakdown for getting this feature done?? |
|
Thank you @spwoodcock , This helps me understand the task better and get updated. |
This is an endpoint we can call now to update the Entity mapping status: POST It takes JSON params: {
"entity_id": "string",
"status": 0,
"label": "string"
} The remaining tasks above I will put in another issue. |
Is your feature request related to a problem? Please describe.
STATUS
field could be updated toMAPPED
at the end of a form.Describe the solution you'd like
Option 1: via XLSForm field
Research how this would work.
There are good docs on this:
https://docs.getodk.org/central-entities/#updating-entities-from-forms
https://forum.getodk.org/t/odk-central-v2023-5-entity-updates-via-submissions/44311/2
This works well offline.
Option 2: via FMTM:
Additional considerations
The text was updated successfully, but these errors were encountered: