Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added book app features for adding and listing books #809

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Soorya-vs
Copy link

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.

Copy link
Collaborator

@elementaryrock elementaryrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary files

Copy link
Collaborator

@elementaryrock elementaryrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all unnecessary files

@elementaryrock elementaryrock removed their request for review December 25, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants