-
Notifications
You must be signed in to change notification settings - Fork 0
Home
πAssigned Scenario:
Sofia is a book lover, with too many books, and no way to keep track of them. With over 200+ books in her collection she has no way to keep track of what she has purchased, what she has already read, and what she has yet to read. She also looses track of her favorites, and the titles she regrets buying.
Click here to be directed to the full scenario.
BR-1: Develop a software that allows the user to easily track books purchased and give the user the ability to search and sort them based on: genre, author, alphabetical, favorites, re-read, TBR (to-be-read), and regrets. This will help the user easily track large collections of books.
-
UC-1: Add a book
-
UC-2: View Collection
- A user call view a complete list of books in the collection which can be sorted or filtered based off of: genre or alphabetical order.
- FR-3: A user shall be able to pull a list of books from their collection based off genre.
- FR-4: A user shall be able to pull a list of books from their collection in alphabetical order
-
UC-3: Tag Collection
-
UC-4: Search Collection
-
UC-5: Edit Collection
- NFR-1 | Usability: The software will be easy for a user to navigate and the user should be able to input a new book and assign the appropriate tags in less than 1 minute.
-
The UI will be console-based.
-
You have to use dotnet latest version (10 currently)
- Click here to be directed to prototype diagram, done using Excalidraw.
-
High-Priority: FR-1 & FR-7 are essential to be completed first because without them, no collection is being built and the collection cannot be searched. At the very basis of being useable the user must be able to create the collection and search it which is the foundation for all other functional requirements.
-
Medium-Priority: FR-2, FR-3, FR-4, FR-5, FR-6 are expansions upon the high-priority functional requirements. They add an additional layer of cataloging which will allow the user to review their collection easily. This needs to done after books can be added and a search function is implemented.
-
Low-Priority: FR-8, FR-9, & FR-10 are lower priority because they allow editing and more fine tunning of the user's collection when it comes to cataloging. These will allow editing existing book entries, deleting, and also ensuring that if a book is searched with no results the user is notified.