ervan-haryadi / fullstack-javascript-capstone-project

A Capstone Project for Full-Stack JavaScript Professional Certificate
Apache License 2.0
0 stars 0 forks source link

Design and implement comment feature #8

Open ervan-haryadi opened 3 months ago

ervan-haryadi commented 3 months ago

As a User I need comment feature on each Gifts So that I can see the review from other users and evaluate the value of the Gift

Details and Assumptions

* only Users can see comments
* Users may only create, update, and delete their own comments
* Comments are put on each Gift's details page

Acceptance Criteria

gherkin
Given Gift details page
When User scrolls down
Then the comments on the Gift are shown

Given comment form
When User fills the form and send it
Then the comment will be shown at the Gift's details page
ervan-haryadi commented 3 months ago

Comment implementation done