From 4dab21abdebf7616a6246c32b369b4583e89e620 Mon Sep 17 00:00:00 2001 From: Khadeeja Khalid Date: Sat, 21 Jun 2025 16:49:39 +0000 Subject: [PATCH] Enhanced list feature to show books in ascending order --- khadeeja_khalid_book_app/add_books_feature/create_book.txt | 1 + khadeeja_khalid_book_app/add_books_feature/list_all_books.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 khadeeja_khalid_book_app/add_books_feature/create_book.txt create mode 100644 khadeeja_khalid_book_app/add_books_feature/list_all_books.txt diff --git a/khadeeja_khalid_book_app/add_books_feature/create_book.txt b/khadeeja_khalid_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/khadeeja_khalid_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. diff --git a/khadeeja_khalid_book_app/add_books_feature/list_all_books.txt b/khadeeja_khalid_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..ab515522f --- /dev/null +++ b/khadeeja_khalid_book_app/add_books_feature/list_all_books.txt @@ -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.