As an administrator, I should have the ability to delete any comments that have been posted on my website.
Desired Outcome:
In the admin dashboard, I should be able to delete a comment
- From a technical standpoint, replace the contents of the comment with and mark the comment as deleted
- If there is no boolean database column yet to mark a comment as deleted, please create a db migration to do so.
As an administrator, I should have the ability to delete any comments that have been posted on my website.
Desired Outcome:
In the admin dashboard, I should be able to delete a comment