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
If users upload .csv files, they should not be able to edit the data subsequently in the user interface as this would cause their data to diverge from the original.
There are two options to this:
a workflow that asks lead clinicians their intention on first sign in, and save this decision as a flag which would either switch off access to questionnaire, or given them view only access
Allow users to have access to both but once the first patient has been saved by whatever means, this would set the flag constraining them to using this method only going forward.
Implications
For either of these options the following things need to happen
a flag needs adding, possibly to the submission model (since users need only be constrained per submission)
permissions need updating to reflect the flag value when policing access either to the platform or the csv upload
we need to decide if users can continue to access the questionnaire if they are spreadsheet users to view their data, or whether we switch this off
documentation / signposting needs to be made clear to users on login what the options available to them are and that any steps they take are not reversible.
The text was updated successfully, but these errors were encountered:
Discussion IRL with @mbarton
Preference for users that upload csvs still to have view access to the questionnaire.
Preference to set flag on first use - can always be reversed by NPDA team
If users upload .csv files, they should not be able to edit the data subsequently in the user interface as this would cause their data to diverge from the original.
There are two options to this:
Implications
For either of these options the following things need to happen
The text was updated successfully, but these errors were encountered: