commercetools-sunrise-java icon indicating copy to clipboard operation
commercetools-sunrise-java copied to clipboard

Reviews on PDP page

Open schleichardt opened this issue 10 years ago • 8 comments
trafficstars

  • [ ] show the stars of the rating
  • [ ] handle case null reviews are present
  • [ ] display reviews under the product data
  • [ ] provide pagination for reviews

schleichardt avatar Jul 22 '15 14:07 schleichardt

@trangng

Where do we get review data? Should every product have a review? How many reviews per product should exist? Are reviews created on the PDP?

schleichardt avatar Jul 22 '15 14:07 schleichardt

@trangng What happens if sb. clicks "Write first review" in the PDP?

schleichardt avatar Jul 22 '15 14:07 schleichardt

@trangng What should be displayed at the bottom of the PDP if no reviews are present?

schleichardt avatar Jul 22 '15 15:07 schleichardt

Where do we get review data? we won't use any external tool, since we have the review functionality in sphere. As far as I know at the moment the feature is really basic. You can give start from a rang of 1-5 and give a comment. There is no state machine yet, but it's planned. Perhaps we'll have it in M2 then and can extend the feature.

Should every product have a review? yes, customer should be able to give review about every single product

How many reviews per product should exist? there is no limit for reviews. 5 reviews should be shown as a default. As you wrote above we either need pagination or a scroll bar, one product has more then 5 reviews.

Are reviews created on the PDP? yes, reviews are created on PDP by clicking on "WRITE REVIEW". An overlay appear where customer can give starts and leave a comment.

trangng avatar Jul 23 '15 16:07 trangng

What happens if sb. clicks "Write first review" in the PDP? Overlay pops up and customer can leave a comment and give starts.

Field in overlay:

  • name not required
  • order number not required
  • text feld not required
  • starts required

trangng avatar Jul 23 '15 16:07 trangng

What should be displayed at the bottom of the PDP if no reviews are present? the area where the reviews are, should stay empty

trangng avatar Jul 23 '15 16:07 trangng

Requires the functionality in JVM SDK.

lauraluiz avatar Jan 15 '16 10:01 lauraluiz

see https://github.com/sphereio/sphere-jvm-sdk/issues/925

schleichardt avatar Jan 15 '16 11:01 schleichardt