omahacodeschool / goal-tracker

Users select a quantifiable goal (“I will run 100 miles” or “I will meet 25 new dogs”), then update “moments” wherein they tick their quantity up or down as befits progress. The app then displays a graph of progress over time.
0 stars 0 forks source link

User Screens #1

Open sumeetjain opened 9 years ago

sumeetjain commented 9 years ago

Map out the screens.

Lukasson commented 9 years ago

G-tracker has a home page where a user registers or logs in.

From registration or login a user should go to a dashboard, which has and index of goals and a graph of progress toward goal. Here the user can create a new goal or click on an existing goal to go to that goal's show page.

When a user creates a new goal, the user is sent to the goal's show page.

The Goal show page has a list of activity (moments) and a graph of progress. A user can create a new moment in this page.