darenc9 / FitFuture

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

Create Profile Schema #27

Closed mfunkel closed 3 months ago

mfunkel commented 4 months ago

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

Description In order to support the backend aspects of persisting the user's data, the schema for storing the Profile model must be created. When a user creates their account and profile, their information (such as height, weight, age, etc.) should be persisted to the database. If the user wishes to update their profile information, the data should be fetched from the database, and subsequently written to the database. The database schema should support and integrate with the Profile model.

Acceptance Criteria

Testing

mfunkel commented 3 months ago

Note: sensitive information encryption task will be carried forward to next sprint