Closed andrew-sequeira closed 5 months ago
Note: POST and PUT handling will be done in another sprint
Note: Filtering is being handled on client side so extra API calls are not necessary. therefore implementing a route with filter parameters is not being implemented
route handles returning all workouts and workout exercises given a workout id
User Story As a user I would like to be able to browse various preset workouts so that I am able to just follow a specific plan and don't need to research what to do
Description The Workout Route involves designing and implementing the functionality to create personalized workouts within the application or retrieve the preset workouts. This includes being able to utilize filter parameters or search by an id to easily narrow the search for a workout.
Acceptance Criteria
Testing