User can edit/delete custom exercises without breaking old routines and workouts #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
husenap/jim#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the user can only create custom exercises.
They should also be able to edit their existing ones but also delete them.
This is a bit complicated, but basically the user's old routines and workouts should contain references to immutable exercises that are stored in the
immutableExercisestable. This is to make sure the old data doesn't become broken if the user changes or deletes exercises.