Shopify / product-reviews-sample-app

A sample Shopify application that creates and stores product reviews for a store, written in Node.js
MIT License
351 stars 158 forks source link

Fix for average review rating #59

Closed stevemar closed 2 years ago

stevemar commented 2 years ago

This PR updates the graphql query to pull in the new metadata key and value names, and also updates some of the front end code to more cleanly handle error cases where there are no reviews.

Co-Authored-By: Megan Majewski megan.majewski@shopify.com Signed-off-by: Steve Martinelli steve.martinelli@shopify.com

stevemar commented 2 years ago

Approved by @meganmajewski over slack.

meganmajewski commented 2 years ago

This PR fixes the app to work for products on a new stores with no previous reviews. We should still update the metafield namespace to be 'standardRating' (not general) elsewhere in the app