Skip to content
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

Highlight variables from ODK submission that are not stored in a custom database table #23

Open
dave-mills opened this issue May 13, 2024 · 0 comments
Assignees

Comments

@dave-mills
Copy link
Member

Show to the user / developer somehow, to make sure they are aware of the variables in the ODK form that are missed from the database. Possible options:

  • add a getMissingOdkVariables() function to the model (via a trait) to let the developer get a list of variables in the dataset/entity values that do not exist on the model.
  • show the list of missing variables somewhere in the submission review (maybe a form "testing" page).

I'm not sure whether this is something we need on the front-end, or if it's just something to make possible/easy for devs to find out if they need to when testing an application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants