From 6a2fc37c28cea052b41956513b10c2bc8924c909 Mon Sep 17 00:00:00 2001 From: Sibin Date: Sun, 21 Jun 2026 09:32:16 +0000 Subject: [PATCH 1/4] Add create book feature --- sibin_ullattil_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sibin_ullattil_book_app/add_books_feature/create_book.txt diff --git a/sibin_ullattil_book_app/add_books_feature/create_book.txt b/sibin_ullattil_book_app/add_books_feature/create_book.txt new file mode 100644 index 000000000..306efa598 --- /dev/null +++ b/sibin_ullattil_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From ee3338135a705f26993dbdb638a5533d8872dce9 Mon Sep 17 00:00:00 2001 From: Sibin Date: Sun, 21 Jun 2026 09:33:49 +0000 Subject: [PATCH 2/4] Add list all books feature --- sibin_ullattil_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sibin_ullattil_book_app/add_books_feature/list_all_books.txt diff --git a/sibin_ullattil_book_app/add_books_feature/list_all_books.txt b/sibin_ullattil_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..072ba5508 --- /dev/null +++ b/sibin_ullattil_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 9c1bfdfbf6124a5c95a5c177f484ec7312071299 Mon Sep 17 00:00:00 2001 From: Sibin Date: Sun, 21 Jun 2026 09:38:32 +0000 Subject: [PATCH 3/4] Add list all books feature --- sibin_ullattil_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sibin_ullattil_book_app/add_books_feature/list_all_books.txt diff --git a/sibin_ullattil_book_app/add_books_feature/list_all_books.txt b/sibin_ullattil_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 000000000..072ba5508 --- /dev/null +++ b/sibin_ullattil_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 71598e40a758ba7b790725ff4bb0bab7c25ff54b Mon Sep 17 00:00:00 2001 From: Sibin Date: Sun, 21 Jun 2026 09:39:30 +0000 Subject: [PATCH 4/4] Add ascending order feature to list all books --- sibin_ullattil_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sibin_ullattil_book_app/add_books_feature/list_all_books.txt b/sibin_ullattil_book_app/add_books_feature/list_all_books.txt index 072ba5508..ab515522f 100644 --- a/sibin_ullattil_book_app/add_books_feature/list_all_books.txt +++ b/sibin_ullattil_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. +List all books will list all books in ascending order.