Skip to content

Instantly share code, notes, and snippets.

@elliotkim916
Last active February 22, 2018 23:30
Show Gist options
  • Save elliotkim916/c250ba67beaf27e66edbb63d6f5cf1d3 to your computer and use it in GitHub Desktop.
Save elliotkim916/c250ba67beaf27e66edbb63d6f5cf1d3 to your computer and use it in GitHub Desktop.
Node Capstone Details
App Name - Get Sleep, or Sleep Log
App Idea - User will be able to log how many hours of sleep they get per day, logging the hours and a short statement of
how the sleep was. When the user first creates their account, they provide their age and are then informed how many hours of sleep
they should get per day. Based on this information, users can compare this number with how much sleep they are getting per day, and
by seeing their logs of sleep, they can precisely see how much sleep they are getting and lacking.
As a user, I should be able to -
1. Create an account on Get Sleep
2. Log in to Get Sleep
3. Log out of Get Sleep
4. Log how many hours of sleep I got
5. Log how my sleep was
6. Edit how much sleep I got from my previous entries
7. Delete my previous sleep entries
8. Be informed how much sleep I should be getting based on my age
9. Cancel my current log if I change my mind
10. See all previous logs that I have posted
As a user, I should be able to -
1. Log how my sleep was
2. Log how many hours of sleep I got
3. See all previous logs that I have posted
Screen for logging how users sleep was.
Screen for logging how many hours of sleep user got.
Screen for list of all record of sleep user got.
Screen for viewing individual days number of hours of sleep and how the sleep was.
SCREEN FOR LOGGING
User types in a number logging how many hours of sleep they got,
then user clicks on the button indicating whether or not their sleep was good or bad,
and then clicks OK. ----------> The log is saved along with the date and
is shown right below under the heading Your Sleep Log
with the most recent on top.
User is in the middle of filling out their log and
they click CANCEL. ----------> User is taken back to empty log screen where no sleep was logged.
All screen user sees for the MVP can be all on ONE SCREEN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment