Guest User

Untitled

a guest
Jan 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Shorter list of user stories:
  2. -As a user, I should be able to search for existing recipes.
  3. -As a user, I should be able to read and comment on individual existing recipes.
  4. -As a user, I should be able to post new recipes, edit them, and delete them.
  5.  
  6. Screens in MVP:
  7. -Homepage with a list of your own recipes that you’ve created and edit/delete buttons for each one
  8. -Search page with space for search results
  9. -Page with an individual recipe on it, with room for comments at the bottom
  10.  
  11. User flows for the screens:
  12. -User’s homepage:
  13. User creates a new recipe and posts it -> recipe appears on their page
  14. User clicks edit button on one of their recipes -> a form appears with fields for parts of the recipe that are editable -> recipe is updated
  15. User clicks delete button -> popup appears asking if they’re sure -> if yes, recipe is removed from the page
  16.  
  17. -Search page:
  18. User enters a valid query -> relevant search results appear with links to recipes
  19. User enters an invalid query -> text saying “No results matching that query were found” appears
  20.  
  21. -Individual recipe page:
  22. User clicks edit or delete buttons -> if they’re the author, they can, but otherwise popup says they’re not authorized
  23. User enters a new comment -> comment is posted
Add Comment
Please, Sign In to add comment