cse442-fall-2019-offering / 442projects-cse442_project

442projects-cse442_project created by GitHub Classroom
3 stars 0 forks source link

Delete post button #33

Open dzhao5 opened 5 years ago

dzhao5 commented 5 years ago

The delete post button is located in the right bottom corner of the product section. When the button is pressed, this post will delete from the product database and redirect it to the page without the post. This function allows the user to delete the post that the product post when the post is not needed anymore.

Task test:

  1. Create a product post with titled x.
  2. Press the deleted post button for the post with titled x, the post with titled x is deleted.
  3. Direct to the result page after the product with titled x was deleted from the website.