From c65428ff4aab5e3dad1c0def474823f40bc8fe7c Mon Sep 17 00:00:00 2001 From: Ajin Date: Thu, 25 Jun 2026 00:22:46 +0530 Subject: [PATCH 1/4] feat: add create_book feature description --- Ajin_P_George_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Ajin_P_George_book_app/add_books_feature/create_book.txt diff --git a/Ajin_P_George_book_app/add_books_feature/create_book.txt b/Ajin_P_George_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/Ajin_P_George_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From dc52bfd5e1ecd1331691ebb2762aa15ce5af6ffc Mon Sep 17 00:00:00 2001 From: Ajin Date: Thu, 25 Jun 2026 00:24:28 +0530 Subject: [PATCH 2/4] feat: add list_all_books feature description --- Ajin_P_George_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Ajin_P_George_book_app/add_books_feature/list_all_books.txt diff --git a/Ajin_P_George_book_app/add_books_feature/list_all_books.txt b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..536ac382d --- /dev/null +++ b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt @@ -0,0 +1 @@ +This is the feature which shows the user all the books they’ve created as a list. From 58cce8359e670bde77974bd8f2bb17996b6495cb Mon Sep 17 00:00:00 2001 From: Ajin Date: Thu, 25 Jun 2026 00:26:21 +0530 Subject: [PATCH 3/4] feat: add ascending order logic to list_all_books --- Ajin_P_George_book_app/add_books_feature/list_all_books.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ajin_P_George_book_app/add_books_feature/list_all_books.txt b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt index 536ac382d..465da59df 100644 --- a/Ajin_P_George_book_app/add_books_feature/list_all_books.txt +++ b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt @@ -1 +1,3 @@ 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. +List all books will list all books in ascending order. From a58999f7a2f3eb8e0bc366683ea017942f4d7c14 Mon Sep 17 00:00:00 2001 From: Ajin Date: Thu, 25 Jun 2026 00:38:21 +0530 Subject: [PATCH 4/4] fix: remove duplicate line in list_all_books description --- Ajin_P_George_book_app/add_books_feature/list_all_books.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Ajin_P_George_book_app/add_books_feature/list_all_books.txt b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt index 465da59df..025a596e0 100644 --- a/Ajin_P_George_book_app/add_books_feature/list_all_books.txt +++ b/Ajin_P_George_book_app/add_books_feature/list_all_books.txt @@ -1,3 +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. -List all books will list all books in ascending order.