Guest User

Untitled

a guest
Jun 18th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # MVP
  2. * As a user, I should be able to sign up for the service.
  3. * As a user, I should be able to create a journal entry.
  4. * As a user, I should be able to edit a journal entry.
  5. * As a user, I should be able to delete a journal entry.
  6. * As a user, I should be able to review all my old journal entries.
  7. * As a user, I should be able to tag and categorize my journal entries.
  8.  
  9. # Stretch #1
  10. * As a user, I should be able to reset my password.
  11. * As a user, I should be able to tag a journal entry with one or more locations.
  12. * As a user, I should be able to set reminders for myself to journal.
  13.  
  14. # Stretch #2
  15. * As a user, I should be able to share a specific journal entry or entries with others by sharing a link.
  16. * As a user, I should be able to password-protect a link I send out.
  17. * As a user, I should be able to disable outside access to any journal entry at any time.
  18.  
  19. # Stretch #3
  20. * As a user, I should be able to designate which of my entries may have comments.
  21. * As a user, I should be able to designate who is allowed to comment on my entries.
  22. * As a user, I should be able to turn comments off at any time.
  23. * As a user, I should be able to comment on journal entries available to me that allow comments.
  24.  
  25. # Stretch #4
  26. * As a user, I should be able to customize the format of my journal entries.
Add Comment
Please, Sign In to add comment