Before I can continue development, I need a come up with a database schema. So far, I'm sure I at least need two tables as follows: ExerciseHas a name, description, target (cardio, weight lifting), with a sub-target (heart rate, calorie burning, triceps, etc), and a reference picture/video WorkoutHas a name, description, location, duration (target reps, sets, distance) and frequency (weight, speed, etc) I don't work out nearly as much as I ought to, so I know I'm missing something. Any feedback on this (or better naming for certain things) would be greatly appreciated.
Has a name, description, target (cardio, weight lifting), with a sub-target (heart rate, calorie burning, triceps, etc), and a reference picture/video
Has a name, description, location, duration (target reps, sets, distance) and frequency (weight, speed, etc)