You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I'd like to add functionality to the delete and archive buttons (frontend to backend integration) along with the appropriate confirmation dialogues.
intisarosman1
changed the title
Individual Product Page: Delete, edit, and archive button functionality
Individual Product Page: Delete and archive button functionality
Mar 9, 2024
Resolves#256
As a developer, I added functionality to the delete and archive buttons along with confirmation dialogues. When products are deleted or archived from the frontend, they are hidden. They are marked as isHidden (deleted) or isSold (archived) in the database.
I wanted to make the page reroute back to the category page, but the components complicates it and my attempts to incorporate router.back() caused errors.
* Added functionality to delete button
* Added functionality to delete and archive buttons
Resolves#256
As a developer, I added functionality to the delete and archive buttons along with confirmation dialogues. When products are deleted or archived from the frontend, they are hidden. They are marked as isHidden (deleted) or isSold (archived) in the database.
I wanted to make the page reroute back to the category page, but the components complicates it and my attempts to incorporate router.back() caused errors.
* Routes back to category page after successful deletion
* Created pop up success/error messages
As a developer, I'd like to add functionality to the delete and archive buttons (frontend to backend integration) along with the appropriate confirmation dialogues.
Related to User Story #255
The text was updated successfully, but these errors were encountered: