diericx / diericx/climbing_notebook
Add Failed or Missed reps to `exercise_event`
Open
enhancement
good first issue
- Dominant language
- Svelte
- Stars
- 39
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the exercise_event schema or model and the forms used to create or edit exercise events. Confirm how existing integer fields are persisted and represented, then verify that missed_reps can be entered and saved wherever those forms apply.
Written by the indexing model from the issue text.
Assessment
- Domain
- database, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100