diff --git a/ashwin_a_murali_book_app/add_books_feature/create_book.txt b/ashwin_a_murali_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..9c5f9f98 --- /dev/null +++ b/ashwin_a_murali_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 diff --git a/ashwin_a_murali_book_app/add_books_feature/list_all_books.txt b/ashwin_a_murali_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..2af1d5eb --- /dev/null +++ b/ashwin_a_murali_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. \ No newline at end of file