As a User
I want to discard products that are marked as "Expired" from the inventory table,
So that I can effectively manage my stock by removing items that are no longer usable and keeping the inventory up to date.
Scope
When the user clicks on the "Expired" icon 🚨, an option to "Discard" should be displayed.
Upon pressing the "Discard" button, the product's status should change from "Expired" to "Discarded".
The product should no longer appear in the inventory table, necessitating a refresh of the table to reflect the updated inventory status.
Out of scope
Any modifications to non-expired products or their statuses.
As a User I want to discard products that are marked as "Expired" from the inventory table, So that I can effectively manage my stock by removing items that are no longer usable and keeping the inventory up to date.
Scope
Out of scope