Star rating and reviews for items
Closed this issue · 3 comments
otajor commented
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
katbow commented
@andrewMacmurray @eleanorreem is the review section done now? It appears to be from your commits, but just wanted to double check before closing.
franzmoro commented
@katbow & @eleanorreem @andrewMacmurray i think the only thing missing is a re-render of the reviews list after submitting a review
otajor commented
Closing as I think all the requirements are met and all the changes merged 👍