nss-day-cohort-46 / rare-server-groovy-goblins

rare-server-groovy-goblins created by GitHub Classroom
0 stars 2 forks source link

Server Side Create a comment #57

Closed daprieu closed 3 years ago

daprieu commented 3 years ago

As a commenter, I would like to be able to add a Comment to a Post so that I can take part in the discussion about a Post.

Given the user has entered the relevant information for a Comment When they click the Save button Then the Comment should be saved to the database And the creation datetime should be automatically set to the current date and time And the user should be redirected to the new Comments list page for the related Post

The "relevant information" for a Comment is

Subject Content