As a general (all) user, I would like to have search results that show the cover image of the book as well as the title and author so that I know I’m clicking on the correct result. (2) #8
What I Meant Was: After a successful search, the React front end should build out Bootstrap cards for each returned book containing the cover image (retrieved dynamically from Project Gutenberg), the title and the author (from the local DB). A 'search' in this context is a query string to the database (?=) using either author's last name, a subject, or a title
Testing Criteria:
A 'search' returns Title, Author, and Gutenberg ID information
The ID can retrieve the book cover image
If there is no cover image, a placeholder is used
React displays Title
React displays Author
Definition of Done: I can 'search' and have results appear on the React app
What I Meant Was: After a successful search, the React front end should build out Bootstrap cards for each returned book containing the cover image (retrieved dynamically from Project Gutenberg), the title and the author (from the local DB). A 'search' in this context is a query string to the database (?=) using either author's last name, a subject, or a title
Testing Criteria:
Definition of Done: I can 'search' and have results appear on the React app
// Notes Re-use the 'Featured Book' card in React