CYPIAPT-LNDSE / welcome-to-camhs

Fun and accessible questionnaire for children when first visiting CAMHS.
https://welcome-in.herokuapp.com/
MIT License
5 stars 3 forks source link

Define data flow/PWA storage #75

Closed MHemsley closed 7 years ago

MHemsley commented 7 years ago

Task to discuss the implementation of data flow/local storage of answers (and any other data).

It would be good to have an idea where your current thinking of this is? There are a few data security/privacy elements it would be good to ensure that we've thought through

RhodesPeter commented 7 years ago

I am researching our options for storing the data collected on the questionnaire.

RhodesPeter commented 7 years ago

screen shot 2017-03-07 at 11 46 52

RhodesPeter commented 7 years ago

It can be done with session storage on the browser and we can clear this data at the end of the session (when someone emails the PDF/CSV).

This is how it could be done --> http://blog.teamtreehouse.com/storing-data-on-the-client-with-localstorage.

Is this safe enough for the data added to the questionnaire?

RhodesPeter commented 7 years ago

I am closing this issue as we have decided to use sessionStorage.