jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

Simplify Set List #32

Closed jgroom33 closed 8 years ago

jgroom33 commented 8 years ago

Instead of showing a long list of exercises, condense it and show the number of repetitions.

Implement this is the Home_private page for now. It will move to the set_details page in the future.

Simple: image

In the future, it will be necessary to account:

Nested repetitions: image

AndreyMaxim commented 8 years ago

I have simplified the long list of exercise on home_private page. Please let me know what do you think about the following design . simply

jgroom33 commented 8 years ago

It is looking better... How can you make it more obvious that the recurrence icon goes with the push up and mountain climber only? I used some lines in my example. Is there a better way to do it?

AndreyMaxim commented 8 years ago

I think there is a better way to do it. I will continue to do it so that it looks better.

AndreyMaxim commented 8 years ago

simply2 I have made it like your example. Let me know your opinion please.

jgroom33 commented 8 years ago

Looks good

Please work with @cincochristopher to test the new objects that are being stored. Looks like Chris has the new model implemented on a dev branch.

cincochristopher commented 8 years ago

@jgroom33 Yes, I pushed my updates to a dev branch. Maybe @AndreyMaxim can pushed it to master then I'll be the one to merge our branches.

AndreyMaxim commented 8 years ago

Nice to work with you @cincochristopher . I pushed my updates to my repository. How can we test the new object now? And let me know the new object model

cincochristopher commented 8 years ago

@AndreyMaxim nice working with you too! :) I think you need to clone another instance of the repo since I removed the meteor kitchen stuff, then you can put your updates there :)

AndreyMaxim commented 8 years ago

@jgroom33 New list data model and home_private page with simple exercise list have been successfully merged. simply3

jgroom33 commented 8 years ago

Kick ass! That's awesome. I'll close this one.