CMU-17-356 / dronuts-2019-group-4

dronuts-2019-group-4 created by GitHub Classroom
MIT License
0 stars 0 forks source link

Pending Order List for Donut Shop #8

Open machang19 opened 5 years ago

machang19 commented 5 years ago

Card As a donut seller, I want to know what the orders are in an easy to keep track of manner so that I can efficiently sell my donuts

Conversation Seller - I mean that the interface and way to identify drones should be simple. I want clear/ linear order of things so that I can pack orders up in a methodical manner, step by step. Dev - I see, so you want it to tell you, in order, which ones to pack as opposed to just bombarding you with all of them at once. Seller - Yeah, so that I don’t have to multitask in that sense. It will make errors less prone. I don’t want to be told to put say order 1 in drone 7 and then 5 minutes later, in drone 3 instead, with order 6 going to drone 7 now, if that makes sense.

Confirmation If the sellers workflow for 5 order or 50 remains the same/follows the same pattern. The deliveries should be sorted chronologically and ordering info should not change unless there is an issue in the drone itself.

machang19 commented 5 years ago

This is necessary for MVP since donut shop must have a way of knowing what orders to fill out and give to drones. This is a large task since it is complex and it requires real time updates. We estimate this at 8 hours