Added book app features for adding and listing books #809
+0
−1,426
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces two key features for the book management app:
Add a New Book Feature:
Implemented a feature that allows the author to add a new book. This functionality is included in the create_book.txt file, which outlines the feature for adding a new book to the system.
List All Books Feature:
Developed a feature that allows users to view a list of all the books they’ve added. This functionality is described in the list_all_books.txt file and includes:
A basic list of books.
Additional functionality to list books in ascending order (as an enhancement).
Changes:
Created a new directory for the book app (soorya_vs_book_app) with an add_books_feature folder.
Added create_book.txt detailing the add-book functionality.
Added list_all_books.txt to describe the listing functionality, with enhancements to show books in ascending order.
Branch Information:
Feature Branch: feature
Develop Branch: develop
Merge Instructions:
Merged the feature branch into the develop branch to include both features.
Pushed changes to the remote repository for the final review.
This PR aims to enhance the book app with features for adding and viewing books in an organized manner.