Intermediary table for workouts #127

Closed
opened 2022-12-04 10:14:07 +00:00 by brandon.presley · 0 comments

Workout days and set names are stored as a comma delimited string.
This means we can't use commas in our values.
If we instead had an intermediary table (which is now easier to do with TypeORM), we could allow users to have commas.

Workout days and set names are stored as a comma delimited string. This means we can't use commas in our values. If we instead had an intermediary table (which is now easier to do with TypeORM), we could allow users to have commas.
brandon.presley added the
enhancement
label 2022-12-04 10:14:49 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: brandon.presley/Massive#127
No description provided.