Hello smart people!
I am trying to create a fitness app where a user can:
- Create a new workout
- Add exercises to that workout (by selecting from a list of exercises in the database)
- Then add notes to each exercise
So for example, I would like the user to have the ability to:
- Create a workout called “Chest Workout”
- Then add exercises - “Bench Press” and “Push Ups”
- Then add notes for “3 sets of 8 reps” and “2 sets of 25 reps” respectively to those exercises
Does anyone have an idea how to create this logic? I can create a notes input for the workout, but not sure how to do it for each exercise within the workout. I hope this makes sense. Any help would be appreciated!
Thanks in advance!