NSS-Day-Cohort-49 / tabloid-mvc-cassettes

tabloid-mvc-tabloid-mvc-cassettes created by GitHub Classroom
0 stars 1 forks source link

Edit a Comment #26

Closed joshdbarton closed 3 years ago

joshdbarton commented 3 years ago

As a commenter I would like to be able to modify my Comments so that I can correct mistakes or add additional content.

Given the user is viewing the Comment list
When they select the option to edit an Comment
Then the user should be directed to a form and given the ability to change the Comment's information

Given the user is finished updating the Comment information
When they click the Save button
Then the updated Comment should be saved to the database
And the user should be redirected to the new Comment's details page

Given the user has decided not to edit the Comment
When they click the Cancel button
Then the user should be redirected back to the list page

Editable Information

hcrudge commented 3 years ago

30 min