Closed sky-hub closed 4 years ago
@lenaorobei , can I get an update on these changes? Are they still of interest? Are there any additional changes/updates required?
Thanks
@sky-hub @paliarush I have added it to the backlog and will prioritize with my team. Closing this PR and will open another one once we determine the priority.
@nrkapoor , @paliarush , ok, just let me know if there is anything else i can help with on this matter.
Cheers
Problem
Solution
Review sort order
Add "total_count" field for "ProductReviews"
Add field "review_id" to "ProductReview"
Rename "ProductReview" field "summary" with "title" and field "text" with "review_text"
Rename "CreateProductReviewInput" field "summary" with "title" and field "text" with "review_text"
Rename "ProductReview" field "ratings_breakdown" with "ratings".
Add percent field to "ProductReviewRating"
Change "ProductReviewRating" field type from "string" to "int".
Change "value_id" field from "ProductReviewRatingValueMetadata" to int instead of string
Note: Instead of base64 encoded values for ratings we can use the rating "Default Value" which is unique across the system, but that will mean adding a separate field for store label.
instead of
That would mean "ProductReviewRatingInput " will look like this:
Requested Reviewers
@naydav @paliarush @lenaorobei