day-cohort-70 / shepherds-pie-stormy-monday

shepherds-pie-stormy-monday created by GitHub Classroom
0 stars 0 forks source link

Create Delivery Edit button to Order.jsx #9

Closed lsand18 closed 7 months ago

lsand18 commented 7 months ago

on the order view,

If the order is delivery, a button will render to delete delivery. that button will delete the delivery relationship from the database and remove the assign deliverer from the orders list

if the order is not delivery a button will render to add delivery. that button will create a delivery relationship in the database and allow an admin to assign a deliverer

after the button is clicked, the page will reload with the opposite button