mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As an admin/member I need to be able to comment on post so that I can engage with the content and share my insights or feedback Details and Assumptions #21

Open mmanning95 opened 6 days ago

mmanning95 commented 6 days ago

As a admin/member I need to be able to comment on post So that I can engage with the content and share my insights or feedback

Details and Assumptions

Acceptance Criteria


Scenario: Successful comment submission
Given I am a logged-in user
And I enter an event's page
When I type my comment in the comment box
And I submit the comment
Then the comment will be saved to the database
And it will be displayed under the event's post

Scenario: Successful reply submission
Given I am a logged-in user
And I see a comment on the event's page
When I click the "Reply" button under the comment
And I type my reply in the reply box
And I submit the reply
Then the reply will be saved to the database
And it will be displayed as a nested comment under the original comment