cherking19 / EC463_SmartExerciseSystem

2 stars 0 forks source link

Represent exercises as objects and convert storing structure to map. Should be able to rename #103

Open cherking19 opened 1 year ago

cherking19 commented 1 year ago

The exercises are currently represented as simply strings. They should be instantiated as objects. Currently they should contain a uuid field for identification. They should also be stored in a map rather than a list, with the uuid serving as the key. Finally, users should be able to rename exercises with linked exercises in routines remaining consistent.