Advertisement
Guest User

Untitled

a guest
May 26th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. # IN4X 43 ZotMyHealth Requirement Notes
  2.  
  3. ## Thursday quiz
  4.  
  5. ### Use cases
  6.  
  7. * what they are
  8. * what are the purposes of them (what they're good for, and not good for)
  9. * different parts of a use case, and use case model
  10. * actor
  11. * diagram
  12. * scenario
  13. * ...
  14. * flows
  15. * basic
  16. * alternative
  17. * exception
  18. * one question from textbook readings
  19. * steps of the requirements process presented in chapter 6
  20. * 6.1.2 - continue through rest of chapter 6
  21. * sort of goes back to the reading from the beginning of last week, which starts introducing that process
  22.  
  23. ## Presentation
  24.  
  25. director of technology at health beacon systems
  26. mission: achieve data standardization in the field of personal health monitoring systems
  27.  
  28. so many apps we use to track workouts, calorie content from meals... sleep cycle correctness / amount
  29. -- track personal health
  30.  
  31. built with the mission of creating technology to bring together all our apps so you can track all of this in a central location
  32.  
  33. 10 or 15 years build systems which can directly tell you how good you are doing health-wise
  34.  
  35. building an APP called ZotMyHealth
  36. * 3 basic kinds of data
  37. * sleep cycle, how much you sleep every day
  38. * calories burned in workouts
  39. * calories intaked through meals
  40. * handle all the user data involved with tracking all this
  41.  
  42. not starting from scratch
  43. interface with 3rd party devices
  44. * fitbit
  45.  
  46. ## QA
  47.  
  48. target audience:
  49. * people who are already using apps such as fitbit who track their food or sleep cycle
  50. * not a specific target
  51.  
  52. devices: android, iOS. if time, windows (phone) app. phones and tables. webapp (no create)
  53.  
  54. out by the end of the quarter
  55. -- used as long as there is demand
  56.  
  57. **login logout**
  58. username, gender, email, (optional, height, age weight)
  59. maybe later for "login with facebook"
  60.  
  61. user specifies goals, e.g. "bring my calories intake down to 2000 per day"
  62. * set limit in settings
  63. * daily limit only
  64. * notification if you go over
  65.  
  66. have a database of all dishes with calorie mappings, also need manual entry for dishes which aren't in database
  67.  
  68. optional manual entry for everything, workout types
  69. no manual entry for sleep, but you can manually edit existing info, wtf?
  70.  
  71. log in on web and see data. cannot register from web interface
  72.  
  73. enter name of exercise, amount of time, calculate calories burned
  74.  
  75. backend is already done
  76.  
  77. graph of data, probably different types of graphs, with curves and shit... who knows...
  78.  
  79. english for now
  80.  
  81. use case: click on sleep tracking, click "View and analyze data"
  82.  
  83. specify in preferences, which data proiders are prefered, only choose one dp per tracking type
  84.  
  85. SI units
  86.  
  87. manual deletion
  88.  
  89. lookup data on a specific day, or range
  90.  
  91. delete account
  92.  
  93. priorities:
  94.  
  95. 1. login
  96. 2. enter data
  97. 3. ...
  98. 4. limits, web portal
  99.  
  100. logout stops import of data from data providers???
  101. manually import when relogin, do not automatically import
  102.  
  103. no required updates
  104.  
  105. burn graph shoes sum of exercises per day
  106.  
  107. email temporary password
  108.  
  109.  
  110. notifications:
  111. * over consumed
  112. * under burned
  113. * overslept
  114. * underslept
  115. * things like that????
  116.  
  117. enter names and amounts of ingredients to make a meal
  118.  
  119. aws server with HA, don't worry about server availability or maintanence outages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement