Visualising Projects Using ODK OData Endpoints #2161
spwoodcock
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
This seems so cool but can we also do comparision between the status of submission of ward 2 and 3 on same chart?? May be on stacked bar chart?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why We Use OData
How To Connect
Entity Data
OData endpoint docs: https://docs.getodk.org/central-api-odata-endpoints/#id3
status
task_id
shows which task area the feature falls within (FMTM features are subdivided into task areas)submission_id
gives the UUID of any submission that has been made for this feature.Submission Data
OData endpoint: https://docs.getodk.org/central-api-odata-endpoints/#odata-dataset-service
instanceId
field I think?)submission_id
field.Two Required Dashboards
Ideally these dashboards could have most of their structure configured for display in Power BI desktop, with a little bit of dynamic tweaking upon download (hopefully this is possible somehow?):
Project Dashboard
Stats for a specific project.
new_feature
submission field).Time series of mapping progress over time (rate of mapping)
Mapper leaderboard for total number of features mapped per user
Organisation Dashboard
The organisation dashboard should have an indication of mapping progress, across multiple projects.
Total mapping completion (percent mapped), across all projects.
Total number of complete projects out of total (projects where no entity has status=0 or status=1)
Other stats?
Beta Was this translation helpful? Give feedback.
All reactions