Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 1) As unauthenticated user (henceforth referred to as visitor), I can visit the app see some initial books in the reading list
  2. 2) As a visitor, I can add a new book to read
  3. 3) As a visitor, I can edit the book I want to read
  4. 4) As a visitor, I can remove the book from my reading list
  5. 5) As a visitor, I can search for real books with Google API and save to my reading list on the home page
  6.  
  7. *As authenticated user (henceforth referred to as User)*
  8.  
  9. 1) I can register and be sent to my dashboard
  10. 2) I can search the Google API for a book to read
  11. 3) I can remove the book from my library
Add Comment
Please, Sign In to add comment