jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

Athlete View vs Coach View #17

Closed jgroom33 closed 8 years ago

jgroom33 commented 8 years ago

This feature focuses on splitting the app into it's 2 user groups. In the end there will be two pages (templates) for each view (Set, Exercise, Workout)

Coach implementation

The dropdown under the userID will have a list (Set, Workout, Exercise) When one of those is clicked a user specific query will show only the associated items owned by that user. When a sub-component is clicked the user will be pulled directly to edit mode for that item. An Add button will be on the bottom of this page to create a new item (Set, Workout, Exercise)

Athlete implementation

The existing home page is perfect. The query that is launched will land the user at a "Set" Athlete view/page/template that is focused on search, sort, and Live execution. This page will not contain an "Add" button. When a set is clicked, the set (div?) expands to show details (exercises as li's?) about that set. A "Live" button will also be shown when the set is expanded. Clicking the set header a second time will shrinks the set (div?).

Things that will be different from existing app when this feature is complete:

The following menu items across the top will no longer exist: Set, Workout, Exercises The dropdown under the userID currently has Setting and Logout. It will now contain those plus Workout, Sets, Exercises

jgroom33 commented 8 years ago

closing to change implementation