Background
The orders data on the dashboards is irrelevant because there are so many test orders
It’s critical that we’re allowed to delete orders from the database so this data is more relevant
Solution
Add a trash icon to the order management table that deletes the order from the database
add a checkbox column at the beginning of the table to allow a multiple of orders to be deleted
Remove ‘Status’ column to make room for the checkbox column