Created
September 25, 2019 03:36
-
-
Save nibrahim/06882ea53f6952f40829f9cc1b80d8c7 to your computer and use it in GitHub Desktop.
Revisions
-
nibrahim created this gist
Sep 25, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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