Jbays / gymnastics-tracker

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

add stretches to possible workouts. #18

Closed Jbays closed 6 years ago

Jbays commented 6 years ago

I've got MVP working for front lever. And, by extension, all other progressions.

But what about stretches?

I'll convert spreadsheet data to json. Then I'll write some javascript which'll rearrange the json into seed data digestible for the progressions_exercises_mastery table.

Jbays commented 6 years ago

After much ado, I got everything working.

Here's the pull request: #20