Implement the "Delete" Button on Product Card being displayed on the Grid page of Product Listing #1409
Closes #issue_number_here
Changes proposed
To implement a "Delete" button on each product card in the grid view that allows users to delete the product.
What were you told to do?
What did you do?
The "Delete" button is visible on each of the product card used in the product view.
Clicking the button triggers a confirmation prompt for delete
Upon confirmation, the product is soft deleted and removed from the grid.
Proper error handling is implemented if the deletion fails.
Description
Implement the "Delete" Button on Product Card being displayed on the Grid page of Product Listing #1409
Closes #issue_number_here
Changes proposed
To implement a "Delete" button on each product card in the grid view that allows users to delete the product.
What were you told to do?
What did you do?
The "Delete" button is visible on each of the product card used in the product view. Clicking the button triggers a confirmation prompt for delete Upon confirmation, the product is soft deleted and removed from the grid. Proper error handling is implemented if the deletion fails.
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Screenshots/Videos