From fea5971578cddcb30c635d58b7d2cddae3e21cd7 Mon Sep 17 00:00:00 2001 From: Rasha92zee Date: Fri, 8 Nov 2024 15:52:15 +0530 Subject: [PATCH 1/5] ave changes in create_book.txt and other files --- .../add_books_feature/create_book.txt | 13 ++++++++++++- .../add_books_feature/list_all_books.txt | 18 ++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/akash_a_book_app/add_books_feature/create_book.txt b/akash_a_book_app/add_books_feature/create_book.txt index ca0eeb5e..8efcd508 100644 --- a/akash_a_book_app/add_books_feature/create_book.txt +++ b/akash_a_book_app/add_books_feature/create_book.txt @@ -1 +1,12 @@ -This is the feature for the author to add a new book. +This +is +the +feature +for +the +author +to +add +a +new +book. diff --git a/akash_a_book_app/add_books_feature/list_all_books.txt b/akash_a_book_app/add_books_feature/list_all_books.txt index 0595a93e..5e75178f 100644 --- a/akash_a_book_app/add_books_feature/list_all_books.txt +++ b/akash_a_book_app/add_books_feature/list_all_books.txt @@ -1,2 +1,16 @@ -This is the feature which shows -the user all the books they’vecreateds a list +This +is +the +feature +which +shows +the +user +all +the +books +they’ve +created +as +a +list \ No newline at end of file From d8fc25ca20b7731af6ef0c1b2f75b5244de54cae Mon Sep 17 00:00:00 2001 From: Rasha92zee Date: Fri, 8 Nov 2024 15:56:18 +0530 Subject: [PATCH 2/5] Added create_book.txt feature for adding a new book --- Rasha_Hasoon_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Rasha_Hasoon_book_app/add_books_feature/create_book.txt diff --git a/Rasha_Hasoon_book_app/add_books_feature/create_book.txt b/Rasha_Hasoon_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..306efa59 --- /dev/null +++ b/Rasha_Hasoon_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. From c1c4624863b5cda062829f00f3b9db372ccbce37 Mon Sep 17 00:00:00 2001 From: Rasha92zee Date: Fri, 8 Nov 2024 15:58:19 +0530 Subject: [PATCH 3/5] Add list_all_books.txt feature for listing all books --- Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt diff --git a/Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt b/Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..536ac382 --- /dev/null +++ b/Rasha_Hasoon_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 a53024dbe6ab8902aea72bdcab6cf235b758ee9c Mon Sep 17 00:00:00 2001 From: Rasha92zee Date: Fri, 8 Nov 2024 16:01:17 +0530 Subject: [PATCH 4/5] Update list_all_books.txt to list books in ascending order --- Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt b/Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt index 536ac382..025a596e 100644 --- a/Rasha_Hasoon_book_app/add_books_feature/list_all_books.txt +++ b/Rasha_Hasoon_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. From a23370cfe13ef3dd7c8a0decefcfd78c82e92bdf Mon Sep 17 00:00:00 2001 From: Rasha92zee Date: Sun, 10 Nov 2024 04:31:36 +0530 Subject: [PATCH 5/5] Removed unwanted files --- .../add_books_feature/create_book.txt | 12 ------------ .../add_books_feature/list_all_books.txt | 16 ---------------- 2 files changed, 28 deletions(-) delete mode 100644 akash_a_book_app/add_books_feature/create_book.txt delete mode 100644 akash_a_book_app/add_books_feature/list_all_books.txt diff --git a/akash_a_book_app/add_books_feature/create_book.txt b/akash_a_book_app/add_books_feature/create_book.txt deleted file mode 100644 index 8efcd508..00000000 --- a/akash_a_book_app/add_books_feature/create_book.txt +++ /dev/null @@ -1,12 +0,0 @@ -This -is -the -feature -for -the -author -to -add -a -new -book. diff --git a/akash_a_book_app/add_books_feature/list_all_books.txt b/akash_a_book_app/add_books_feature/list_all_books.txt deleted file mode 100644 index 5e75178f..00000000 --- a/akash_a_book_app/add_books_feature/list_all_books.txt +++ /dev/null @@ -1,16 +0,0 @@ -This -is -the -feature -which -shows -the -user -all -the -books -they’ve -created -as -a -list \ No newline at end of file