From d04902b8033dacf4fda7db37d72a26cfea2ac074 Mon Sep 17 00:00:00 2001 From: RifnaC <102509964+RifnaC@users.noreply.github.com> Date: Sat, 18 Jun 2022 22:14:02 -0700 Subject: [PATCH] Develop (#304) * The books of the author is intersecting * List all books will list all books in ascending order. * List all books will list all books in ascending order. --- Rifna_book_app/add_books_feature/create_book.txt | 1 + Rifna_book_app/add_books_feature/list_all_books.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 Rifna_book_app/add_books_feature/create_book.txt create mode 100644 Rifna_book_app/add_books_feature/list_all_books.txt diff --git a/Rifna_book_app/add_books_feature/create_book.txt b/Rifna_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..306efa59 --- /dev/null +++ b/Rifna_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. diff --git a/Rifna_book_app/add_books_feature/list_all_books.txt b/Rifna_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..c39022ea --- /dev/null +++ b/Rifna_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."