You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.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.
The text was updated successfully, but these errors were encountered: