darenc9 / FitFuture

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

Create Routine Schema #28

Closed mfunkel closed 2 months ago

mfunkel commented 4 months ago

User Story The user has created a routine and would like to save it for future use, or would like to execute or edit a routine.

Description The app should have several preset routines available for users to execute which should be stored in the database. The schema for storing the Routine model must be created. When a user wishes to browse for routines, or build their own, the routine information should be fetched from / persisted to the database. The database schema must support and integrate with the Routine model.

Acceptance Criteria

Testing