View Books written by Specific Author
User Story
- As a: customer,
- I want: a way to view all books we have written by a specific author
- so that: I can find new books from the same author.
Functional Requirements
-
Update all author name in other GUI pages to point to their AUTHOR PAGE -
Create an AUTHOR PAGE that will display all books written by a specific author - Use the link:
/author/ID/NAME
(see book details page for how to do this)
- Use the link:
-
Change Database Schema to include an optional Author Photo - You can also include extra details about an author
- This image will be displayed on the AUTHOR PAGE
Description
This story allows us to quickly navigate to different authors and see all of there books, and potentially read extra information about each author.