Skip to content

Instantly share code, notes, and snippets.

@nibrahim
Created September 25, 2019 03:36
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 nibrahim/06882ea53f6952f40829f9cc1b80d8c7 to your computer and use it in GitHub Desktop.
Save nibrahim/06882ea53f6952f40829f9cc1b80d8c7 to your computer and use it in GitHub Desktop.
stories
** Introduction (all the points inside Setup)
- Introduction to domain - user stories
- A book club
- Users
- Create a user
- User should be able to login
- Books
- Decide on fields that a book should have
- User should be able to add a books
- User should be able to list books
- User should be able delete books
- Review
- User should be able to add a review
- A user can't add more a single review to a book
- Fetch all reviews for a book
- A review cannot be deleted but can be edited.
- Shelves
- User should be able to create a shelf.
- User should be able to delete a shelf.
- User should be able to add/remove a book from a shelf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment