emoral435/swole-goal

[TODO]: make general db schemsas

Closed this issue · 1 comments

Summary
With the goal of this app being to enable users to store their progression of their lifts and their volume, we should create schemas for out database that enable developers to have tables that reference a user, their logs of their workouts, their volume of each muscle group, and their perfomance within each session for each of their workouts. This has to be flexible enough to be able to grow as a user deletes workouts, makes workouts, etc

Related content

Task

  • Use the above website to create the schemas needed for our app
  • Schemas that we will need are
    • user schema
    • workout plan schema (full body day one, day two, etc)
    • user_total_volume

fixed with #8