From 1f835f37e1d110206927e0f0ce8b17b4591d6c4e Mon Sep 17 00:00:00 2001 From: Athira07-c <80691132+Athira07-c@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:38:40 +0530 Subject: [PATCH] Task Develop (#205) * A new file create_book created and text added * list_all_books file created and text added. * Added features in listallbooks in feature branch --- athira_ajikumar_b_book_app/add_books_feature/create_book.txt | 1 + .../add_books_feature/list_all_books.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 athira_ajikumar_b_book_app/add_books_feature/create_book.txt create mode 100644 athira_ajikumar_b_book_app/add_books_feature/list_all_books.txt diff --git a/athira_ajikumar_b_book_app/add_books_feature/create_book.txt b/athira_ajikumar_b_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..3636d257 --- /dev/null +++ b/athira_ajikumar_b_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/athira_ajikumar_b_book_app/add_books_feature/list_all_books.txt b/athira_ajikumar_b_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..8f0e90c8 --- /dev/null +++ b/athira_ajikumar_b_book_app/add_books_feature/list_all_books.txt @@ -0,0 +1,3 @@ + + “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."