From 6dfcf5fa920a5cb6eeeed0ecfb3866c2aaa94897 Mon Sep 17 00:00:00 2001 From: AFarHitman7 Date: Thu, 11 Apr 2024 10:26:04 +0530 Subject: [PATCH 1/3] first commit added create_book.txt --- rafan_hatim_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 rafan_hatim_book_app/add_books_feature/create_book.txt diff --git a/rafan_hatim_book_app/add_books_feature/create_book.txt b/rafan_hatim_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..347f0a0a --- /dev/null +++ b/rafan_hatim_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +"This is the feature for the author to add a new book." \ No newline at end of file From 8d2ba762efb3f9111af1397b1715ae3211662175 Mon Sep 17 00:00:00 2001 From: AFarHitman7 Date: Thu, 11 Apr 2024 10:28:39 +0530 Subject: [PATCH 2/3] added list_all_books in feature branch --- rafan_hatim_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 rafan_hatim_book_app/add_books_feature/list_all_books.txt diff --git a/rafan_hatim_book_app/add_books_feature/list_all_books.txt b/rafan_hatim_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..caf62ec0 --- /dev/null +++ b/rafan_hatim_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.” \ No newline at end of file From 7d885a3921c03a8de4d018b35e213b83b1c4cb06 Mon Sep 17 00:00:00 2001 From: AFarHitman7 Date: Thu, 11 Apr 2024 10:30:12 +0530 Subject: [PATCH 3/3] added new feature in list_all_books.txt --- rafan_hatim_book_app/add_books_feature/list_all_books.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rafan_hatim_book_app/add_books_feature/list_all_books.txt b/rafan_hatim_book_app/add_books_feature/list_all_books.txt index caf62ec0..747bbf42 100644 --- a/rafan_hatim_book_app/add_books_feature/list_all_books.txt +++ b/rafan_hatim_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.” \ No newline at end of file +“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