-
Notifications
You must be signed in to change notification settings - Fork 854
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
Develop #815
Develop #815
Conversation
@@ -0,0 +1,2 @@ | |||
This is the feature which shows the user all the books they’ve created as a list. | |||
List all books will list all books in ascending order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add in create_books.txt file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The description for the 'list all books' feature has been added to create_books.txt. Changes have been pushed to the develop branch."
@@ -0,0 +1,2 @@ | |||
This is the feature which shows the user all the books they’ve created as a list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add this inside the folder
Added a new feature to list all books created by the user.
The feature includes a description in
list_all_books.txt
explaining its functionality.Additionally, added a second line to describe the feature in more detail.