From f2d859d64222a4387c0c05fdd15c4e069e47ec95 Mon Sep 17 00:00:00 2001 From: Bisa Theresa Biju Date: Mon, 22 Jun 2026 09:08:22 +0530 Subject: [PATCH 1/3] Added create book feature --- Bisa_Theresa_Biju_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Bisa_Theresa_Biju_book_app/add_books_feature/create_book.txt diff --git a/Bisa_Theresa_Biju_book_app/add_books_feature/create_book.txt b/Bisa_Theresa_Biju_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/Bisa_Theresa_Biju_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From cf1f7f292581d2ab6a8d8b1b23cce295e78cc1b7 Mon Sep 17 00:00:00 2001 From: Bisa Theresa Biju Date: Mon, 22 Jun 2026 09:12:58 +0530 Subject: [PATCH 2/3] Added list all books feature --- Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt diff --git a/Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt b/Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..072ba5508 --- /dev/null +++ b/Bisa_Theresa_Biju_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 ce164f98d7d4aae1616e96acd3998a03b1f8fd71 Mon Sep 17 00:00:00 2001 From: Bisa Theresa Biju Date: Mon, 22 Jun 2026 09:14:24 +0530 Subject: [PATCH 3/3] Added ascending order feature --- Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt b/Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt index 072ba5508..05f02ef20 100644 --- a/Bisa_Theresa_Biju_book_app/add_books_feature/list_all_books.txt +++ b/Bisa_Theresa_Biju_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. \ No newline at end of file