From f2561cbc1135dafcf9e9862a568951d4eb565b68 Mon Sep 17 00:00:00 2001 From: PrasanthPradeep Date: Mon, 8 Dec 2025 21:11:07 +0530 Subject: [PATCH 1/3] Added new txt file --- prasanth_p_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 prasanth_p_book_app/add_books_feature/create_book.txt diff --git a/prasanth_p_book_app/add_books_feature/create_book.txt b/prasanth_p_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/prasanth_p_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From 6191271cbbfe8bb6c698d6b616ee6f9cdca838e6 Mon Sep 17 00:00:00 2001 From: PrasanthPradeep Date: Mon, 8 Dec 2025 21:39:01 +0530 Subject: [PATCH 2/3] Restore list_all_books.txt from stash (resolve stash conflict) --- prasanth_p_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 prasanth_p_book_app/add_books_feature/list_all_books.txt diff --git a/prasanth_p_book_app/add_books_feature/list_all_books.txt b/prasanth_p_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..536ac382d --- /dev/null +++ b/prasanth_p_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 93676966621d191606ffedb4d5454482c506ecf1 Mon Sep 17 00:00:00 2001 From: PrasanthPradeep Date: Mon, 8 Dec 2025 21:41:54 +0530 Subject: [PATCH 3/3] updated second file --- prasanth_p_book_app/add_books_feature/list_all_books.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prasanth_p_book_app/add_books_feature/list_all_books.txt b/prasanth_p_book_app/add_books_feature/list_all_books.txt index 536ac382d..ab515522f 100644 --- a/prasanth_p_book_app/add_books_feature/list_all_books.txt +++ b/prasanth_p_book_app/add_books_feature/list_all_books.txt @@ -1 +1,2 @@ -This is the feature which shows the user all the books they’ve created as a list. +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.