From f8aef8500aad931215fe3f7874b99f15dd492071 Mon Sep 17 00:00:00 2001 From: Anjali Krishna Date: Fri, 10 Jul 2026 09:22:25 +0530 Subject: [PATCH 1/3] Add create_book feature --- add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 add_books_feature/create_book.txt diff --git a/add_books_feature/create_book.txt b/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From 7e08a0fb47ddf48bf3ae6a7ddba1bab435c1d310 Mon Sep 17 00:00:00 2001 From: Anjali Krishna Date: Fri, 10 Jul 2026 09:25:56 +0530 Subject: [PATCH 2/3] Add list_all_books feature --- add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 add_books_feature/list_all_books.txt diff --git a/add_books_feature/list_all_books.txt b/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..072ba5508 --- /dev/null +++ b/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 0f09667668c6ed49f77d1c7d330734c5ddaf9cef Mon Sep 17 00:00:00 2001 From: Anjali Krishna Date: Fri, 10 Jul 2026 09:26:25 +0530 Subject: [PATCH 3/3] Update list_all_books feature --- add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/add_books_feature/list_all_books.txt b/add_books_feature/list_all_books.txt index 072ba5508..ab515522f 100644 --- a/add_books_feature/list_all_books.txt +++ b/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. +List all books will list all books in ascending order.