From 1a784f0c1f9093e4711df5e77df4869e70d04e97 Mon Sep 17 00:00:00 2001 From: Febina Date: Wed, 10 Dec 2025 15:44:06 +0000 Subject: [PATCH 1/3] Add create_book.txt with initial content --- febina_n_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 febina_n_book_app/add_books_feature/create_book.txt diff --git a/febina_n_book_app/add_books_feature/create_book.txt b/febina_n_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/febina_n_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From 70245dc78c07ee7a022cd504d97ec32180ab6e2e Mon Sep 17 00:00:00 2001 From: Febina Date: Wed, 10 Dec 2025 16:21:28 +0000 Subject: [PATCH 2/3] Add list_all_books.txt with initial content --- febina_n_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 febina_n_book_app/add_books_feature/list_all_books.txt diff --git a/febina_n_book_app/add_books_feature/list_all_books.txt b/febina_n_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..536ac382d --- /dev/null +++ b/febina_n_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 922d4cf3eab59d7efd6da983404bbb611146c8ed Mon Sep 17 00:00:00 2001 From: Febina Date: Thu, 11 Dec 2025 03:21:19 +0000 Subject: [PATCH 3/3] Add description about listing books in ascending order --- febina_n_book_app/add_books_feature/list_all_books.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febina_n_book_app/add_books_feature/list_all_books.txt b/febina_n_book_app/add_books_feature/list_all_books.txt index 536ac382d..7c373d9cd 100644 --- a/febina_n_book_app/add_books_feature/list_all_books.txt +++ b/febina_n_book_app/add_books_feature/list_all_books.txt @@ -1 +1 @@ -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.