Jbays / gymnastics-tracker

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

Normalize Then Add Gymnastics Workout History #11

Closed Jbays closed 6 years ago

Jbays commented 6 years ago

I have a spreadsheet with copy-n-pasted values from gymnasticbody.com.

I will turn that spreadsheet into json. Then slice-n-dice that json until it neatly fits into my workouts table.

Jbays commented 6 years ago

Finished normalizing the data. Now I just need to add normalized data to the workout seeds.

13