FAC7/amazon2.0

Star rating and reviews for items

Closed this issue · 3 comments

@andrewMacmurray @eleanorreem

Check this commit - have added a rating property and a review property. The rating will be a number 1-5, and the review property will be a JSON stringified array of review objects. Also see this example data structure.

At some point can you integrate the star rating and the reviews into your React component for the ProductPage? Thanks =)

  • Star rating
  • User reviews

@andrewMacmurray @eleanorreem is the review section done now? It appears to be from your commits, but just wanted to double check before closing.

@katbow & @eleanorreem @andrewMacmurray i think the only thing missing is a re-render of the reviews list after submitting a review

Closing as I think all the requirements are met and all the changes merged 👍