darenc9 / FitFuture

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

Create History Schema #31

Closed mfunkel closed 4 months ago

mfunkel commented 5 months ago

User Story As a user, I would like to be able to keep records of the exercises I complete, so that I can keep track of what I've done.

Description In order to support the backend aspects of persisting the user's completed exercises, the schema for storing the History model must be created. When a user wishes to view their exercise history or their progress, their information should be fetched from the database. The database schema must support and integrate with the History model, which should include things like userId, date, workoutExerciseId, reps, durtaion, weight, and any additional attributes required for full functionality.

Acceptance Criteria

Testing