Guest User

Untitled

a guest
Nov 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Updated User Stories for MVP
  2.  
  3. As a user, I should be able add book profile
  4. As a user, I should be able update book choices on profile
  5. As a user, I should be able view books on profile
  6. As a user, I should be able delete books on profile
  7. As a user, I should be able log number or hours spent reading a book
  8. As a user, I should be able log number of pages read in a book
  9. As a user, I should be able add reading goals to specific books
  10.  
  11. Screens
  12.  
  13. View profile screen—shows lists of books/logs/goals currently listed
  14. Add lists screen— allows user to create a new entry
  15. Update lists screen — allows user to update different parts of their list or delete items
  16. Goals screen— allows user to view current goals for books, allows user to update or delete goals for reading
  17.  
  18.  
  19. View Profile screen
  20. ___________________
  21. User can choose to add or update entry -------> Add lists screen or Update list screen
  22. - - - - - - - - - -
  23. User can view items entered previously
  24. - - - - - - - - - -
  25. User can delete entries made earlier -------> delete warning message
  26. ______________________
  27. user can choose to delete ------> View profile screen with updated list
  28. - - - - - - - - - - - -
  29. user can choose to cancel ------> View profile screen
  30.  
  31.  
  32. Add Lists Screen
  33. ________________
  34. user adds valid entry ----------> View profile screen with updated entry
  35. - - - - - - - - - -
  36. user adds invalid entry ---------> Error message
  37. - - - - - - - - - -
  38. user goes back to view page -------> View profile screen
  39.  
  40.  
  41.  
  42. Update Lists Screen
  43. ___________________
  44. user can choose to update elements of an item -------> view profile screen with updated elements on items
  45. - - - - - - - - - -
  46. user can choose to go back and cancel updates --------> view profile screen
  47.  
  48.  
  49. Goals Screen
  50. _____________
  51. user can add goals for specific books ------> view update goals screen
  52. - - - - - - - - - -
  53. user can update goals for specific books ------>view updated goals screen
  54. - - - - - - - - - -
  55. user can delete goals for specific books -------> delete warning message
  56. ______________________
  57. user can choose to delete ------> View goals screen with updated list
  58. - - - - - - - - - - - -
  59. user can choose to cancel ------> View goals screen
Add Comment
Please, Sign In to add comment