review feature has been added#250
Conversation
|
@ValayaDase is attempting to deploy a commit to the Bhuvansh's projects Team on Vercel. A member of the Team first needs to authorize it. |
BHUVANSH855
left a comment
There was a problem hiding this comment.
Users can currently submit multiple reviews for the same product. Please enforce one review per user per product by adding a UNIQUE constraint on (user_id, product_id) and/or validating existing reviews before insertion. Otherwise ratings and review counts can be artificially inflated.
|
I have updated review with one user per review and pushed code in review-feature branch. |
|
Hi @ValayaDase Kindly solve merge time conflicts. |
814c339 to
20fc204
Compare
|
@BHUVANSH855 merge conflict solved for issue #164 |
|
kindly solve merge time conflicts |
|
I have already solved merge conflicts for 2 times |
|
i have solved all merge conflicts pls merge it soon @BHUVANSH855 |
Add product rating and customer reviews with star ratings feature has been implemented. issue #164