diericx / climbing_notebook

A tool to help climbers with their training
https://climbingnotebook.com
Other
22 stars 1 forks source link

Add Failed or Missed reps to `exercise_event` #7

Open diericx opened 1 year ago

diericx commented 1 year ago

I often find myself wanting to simply record a count of failed or missed reps on an exercise event.

Add the following column to the field

exercise_event
  missed_reps: integer

and updating forms accordingly