darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Implement data privacy with regard to sensitive information #86

Closed mfunkel closed 1 month ago

mfunkel commented 2 months ago

User Story As a user, I would like to update and save my personal information so that I can have a personalized experience with my fitness journey.

Description This issue involves determining which parts of the Profile model's data are considered sensitive information that must be encrypted, and updating the backend to encrypt that data. Storing sensitive (health) data should follow the appropriate guidelines and legislation, so our app might need to be adjusted to adhere to the appropriate legislation/guidelines.

Note: this is a follow-up issue to #71

Acceptance Criteria

Testing