Closed dvidsilva closed 7 years ago
There's a requirement that partners and the chefs want to track food that is being delivered and where.
It requires the following fields:
District Name, Last Day Of Delivery, No Of Meals Delivered Last, Demand/Supply Gap Name Hidden (soft delete)
Include the routes/methods to create and retrieve a single one. like POST /delivery and GET /delivery/:shortId
POST /delivery
GET /delivery/:shortId
There's a requirement that partners and the chefs want to track food that is being delivered and where.
It requires the following fields:
District Name, Last Day Of Delivery, No Of Meals Delivered Last, Demand/Supply Gap Name Hidden (soft delete)
Include the routes/methods to create and retrieve a single one. like
POST /delivery
andGET /delivery/:shortId