Skip to content

Instantly share code, notes, and snippets.

@sharihobbs
Last active May 7, 2018 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharihobbs/143f86ce9230ec221626e976fb505772 to your computer and use it in GitHub Desktop.
Save sharihobbs/143f86ce9230ec221626e976fb505772 to your computer and use it in GitHub Desktop.
Fullstack Capstone
Name: Tome
Purpose Statement: What do you want to read next?
Descoped User Stories:
As a user...
I can login to a demo account to search for new books and see my saved "to read" list.
I can search for books by the following: title, subject, author, or isbn.
I can "save" a book from search results to my "to read" list.
I can view my "to read" list to see books I have previously "saved" as a reference when at the library or bookstore.
I can mark a book as read and a tag will show on the entry for that book in my "to read" list.
I can delete a book from my list.
Original User Stories:
As a user...
I can register with an email and password.
I can login to my account to see my saved lists: "to read" & "read", as well as search.
I can search for books by the following: title, subject, author, or isbn.
I can "save" a book from search results to my "to read" list.
I can "save" a book from search results to my "read" list.
I can view my "to read" list to see a list of books I have previously "saved" as a reference when at the library or bookstore.
I can mark a book as read and move it to the "read" list.
I can delete a book from either list: "to read" or "read".
I can view my "read" list to see a list of books I have marked as "read".
I can write notes about books saved to the "to read" list (i.e. "Recommended to me by Nicole on 8/12/17").
I can recommend a book to someone from either list through email or text.
I can edit my login information - email, password.
I can log out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment