jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

New set list data model #33

Closed jgroom33 closed 8 years ago

jgroom33 commented 8 years ago

Create a new data model for sets that allow exercise repetition. Something like: [{Items[silent], repeat: 1}{repeat:3,items[push-up, mountain climber]}]

cincochristopher commented 8 years ago

@jgroom33 I did something like this. What do you think?

screen shot 2016-08-15 at 11 04 50 pm
jgroom33 commented 8 years ago

A set will need an array of the above

cincochristopher commented 8 years ago

Yes. So, I'll just continue then.