You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to do some major changes to how our workouts are handled, especially how workouts are duplicated/imported.
Known issues/bugs:
New workouts (possibly only imported workouts) have the type: "new" field, which should only be used and stored in the frontend.
We are using a counter for the ids of workouts and workoutparts. We should at least change the id of a workout to be less guessable, since everyone can import everyone's workouts at the moment.
We need to include some sort of visibility for the workouts like public/private.
Since we are refactoring users, workouts would be a good next step. Major changes should not be done until the user refactor is done.
The text was updated successfully, but these errors were encountered:
We need to do some major changes to how our workouts are handled, especially how workouts are duplicated/imported.
Known issues/bugs:
type: "new"
field, which should only be used and stored in the frontend.Since we are refactoring users, workouts would be a good next step. Major changes should not be done until the user refactor is done.
The text was updated successfully, but these errors were encountered: