dtasev / fit

Detailed strength workout logging for more control over your workouts.
https://fit.dtasev.me
0 stars 0 forks source link

Exercise notes #28

Open dtasev opened 6 years ago

dtasev commented 6 years ago

In sets_edit and the WorkoutExercise model, add a note: TextField to write down notes about the exercise.

It might be better to share the notes across all instances of the WorkoutExercise. This would mean one note per exercise, per user, and would need a new model (id, note, user, exercise)