Book Details Page
User Story
- As a: developer,
- I want: to create the book details page
- so that: scraped data can be easily loaded from database.
Functional Requirements
-
Follow amazon formatting for book details page -
Include section for submitting a review (rating + text) ONLY IF the user is logged in - See
layouts/layout.hbr
for an example{{#if user}}
- See
Description
The Book Details page will be a resemblance of amazon formatting for book details page.