aviabird / angularspree-api

API for angular spree frontend
18 stars 28 forks source link

Fixes for product review #44

Closed gopalshimpi closed 6 years ago

gopalshimpi commented 6 years ago

Why?

Bug:
User was allowed to submit more than one review for a particular product.

Fix for bug: Tracked user from reviews for a particular product and disallowed him/her from submitting review again if he had given it previously.

This change addresses the need by:

Now a logged in user can write only one review for a product.

[delivers #158973110]

Story