darenc9 / FitFuture

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

Create the /Workout Route #15

Closed andrew-sequeira closed 5 months ago

andrew-sequeira commented 5 months ago

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

andrew-sequeira commented 5 months ago

Note: POST and PUT handling will be done in another sprint

andrew-sequeira commented 5 months ago

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

andrew-sequeira commented 5 months ago

route handles returning all workouts and workout exercises given a workout id