sportypenguins / jumpjumpwaddle

Design and perform workouts.
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Suggestions for data structure of google sheet #5

Closed stefanwezel closed 3 years ago

stefanwezel commented 3 years ago

Think of how the google sheet needs to be structured that we can work effectively with it.

OldFella commented 3 years ago

ideas:

  1. one dataframe for all workouts, with columns: workout_name | set_no | exercise_name | exercise_duration | description

  2. one dataframe for each individual workout, with columns: set_no | exercise_name | exercise_duration | description

  3. something different?

stefanwezel commented 3 years ago

Continued in #6