Skip to content

Added features for creating and listing books #998

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

Open
wants to merge 150 commits into
base: develop
Choose a base branch
from

Conversation

davis-christy-robert007
Copy link

  1. create_book.txt:

    • Added a feature to allow authors to add a new book to the system.
    • This file provides a simple text-based interface for book creation.
  2. list_all_books.txt:

    • Added a feature that displays all the books created by the author.
    • Books are now listed in ascending order, enhancing the display of books in the system.

Why these changes are important:

  • These features are part of the core functionality of the book app, enabling authors to manage their books effectively.
  • The book creation and listing features provide a foundation for future enhancements, such as editing and deleting books.

josehp304 and others added 30 commits March 19, 2025 22:08
merged feature into develop and created a pull req to main branch
Added create_book.txt feature for adding a book
Add create_book and list_all_books features
AyshaKHaris and others added 30 commits April 26, 2025 20:11
Add Feature: Create and List Books in Book App
Add book features for creation and listing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.