From ba4d078cde5f64f37ddc3fc3427716a607baafe7 Mon Sep 17 00:00:00 2001 From: YADHU NANDAN G <98633209+maskedbear@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:44:45 +0530 Subject: [PATCH] book app (#343) * add feature for author to add a new book * add feature to show user all books they created * add feature to list books in ascending order --- yadhu_nandan_g_book_app/add_books_feature/create_book.txt | 1 + yadhu_nandan_g_book_app/add_books_feature/list_all_books.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 yadhu_nandan_g_book_app/add_books_feature/create_book.txt create mode 100644 yadhu_nandan_g_book_app/add_books_feature/list_all_books.txt diff --git a/yadhu_nandan_g_book_app/add_books_feature/create_book.txt b/yadhu_nandan_g_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..306efa59 --- /dev/null +++ b/yadhu_nandan_g_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/yadhu_nandan_g_book_app/add_books_feature/list_all_books.txt b/yadhu_nandan_g_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..025a596e --- /dev/null +++ b/yadhu_nandan_g_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.