[feat] Add a DELETE option to a post #112
Labels
enhancement
New feature or request
HARD
Issues with this labels has HARD level difficulty
help wanted
Extra attention is needed
SWOC S4
Issues with this labels are officially for Social Winter of Code program
What is expected?
There's no way someone can delete their uploaded posts. You are expected to develop a "Delete" option so that users can easily delete their uploaded posts permanently.
What you can do?
You can add a "Delete/Trash" icon at the top-right corner of the post box. When the user clicks on it, a confirmation box will pop up to confirm which post will be permanently deleted.
Things to remember
Your changes must be responsive and ensure that the delete button shows up only on posts uploaded by the user who is logged in.
As deleting is one of the CRUD operations you will be working with a database so make sure you are pretty aware of what you are doing.
The text was updated successfully, but these errors were encountered: