From 2e71e37076fd4ee614212e8cf2012acdd57e7873 Mon Sep 17 00:00:00 2001 From: Nivedh M Date: Thu, 25 Jun 2026 05:43:21 +0000 Subject: [PATCH 1/2] Add create book feature --- nivedh_m_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 nivedh_m_book_app/add_books_feature/create_book.txt diff --git a/nivedh_m_book_app/add_books_feature/create_book.txt b/nivedh_m_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/nivedh_m_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From 82c0ff6b9fe925219ca570a73c837e85e298c13e Mon Sep 17 00:00:00 2001 From: Nivedh M Date: Thu, 25 Jun 2026 05:45:04 +0000 Subject: [PATCH 2/2] Add list all books feature --- nivedh_m_book_app/add_books_feature/list_all_books.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nivedh_m_book_app/add_books_feature/list_all_books.txt diff --git a/nivedh_m_book_app/add_books_feature/list_all_books.txt b/nivedh_m_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..ab515522f --- /dev/null +++ b/nivedh_m_book_app/add_books_feature/list_all_books.txt @@ -0,0 +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.