Skip to content

Instantly share code, notes, and snippets.

@nibrahim
Created September 25, 2019 03:36
Show Gist options
  • Save nibrahim/06882ea53f6952f40829f9cc1b80d8c7 to your computer and use it in GitHub Desktop.
Save nibrahim/06882ea53f6952f40829f9cc1b80d8c7 to your computer and use it in GitHub Desktop.

Revisions

  1. nibrahim created this gist Sep 25, 2019.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    ** 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