User can edit/delete custom exercises without breaking old routines and workouts #5

Open
opened 2025-01-08 21:07:08 +00:00 by Husenap · 0 comments
Husenap commented 2025-01-08 21:07:08 +00:00 (Migrated from github.com)

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 immutableExercises table. This is to make sure the old data doesn't become broken if the user changes or deletes exercises.

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 `immutableExercises` table. This is to make sure the old data doesn't become broken if the user changes or deletes exercises.
husenap added this to the Jim project 2025-02-19 00:16:35 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
husenap/jim#5
No description provided.