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

Add Features for Managing Books: Create and List BooksFeature #706

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

helena014
Copy link

Summary

This pull request introduces new features to the helen_book_app application. Specifically, it includes:

  • Create Book Feature: Allows users to add new books to the system. The feature is described in create_book.txt.
  • List All Books Feature: Displays a list of all books created by the user. Details are provided in list_all_books.txt.

Changes

  • Added create_book.txt with instructions for adding a new book.
  • Added list_all_books.txt with instructions for listing all books.

Files Changed

  • helen_book_app/add_books_feature/create_book.txt
  • helen_book_app/add_books_feature/list_all_books.txt

Please review the changes and let me know if there are any additional modifications needed.

@@ -0,0 +1 @@
"This is the feature which shows the user all the books they've created as a list."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add in the second sentence

Copy link
Author

Choose a reason for hiding this comment

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

done

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