Jbays / gymnastics-tracker

full stack app to track my gymnastics progress
0 stars 0 forks source link

record and store stretch history #22

Closed Jbays closed 6 years ago

Jbays commented 6 years ago

Where and how to store stretch workouts?

I'll need a new database table. And a new link table.

How to store the data in this stretch_workout table?

Jbays commented 6 years ago

Finally got all this working!

I needed to add a few tables to the database schema.

Then I fleshed out the UI so that users can enter their stretch routine information. Then click submit to enter into the database. Boom.

23