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
[x] The History schema must be consistent with the History model
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