Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Store Locator

Cart Confirmation

Store Confirmation

imageImage Removedimage-20240321-062613.pngImage Addedimage-20240301-030702.pngimage-20240301-030713.png

Suppose that the user still wants to make the order, they can do it according to the normal flow. But, at the last step, instead of getting the order confirmation directly, they will see the queue information page. This page will refresh every 30 seconds with the new position and estimated waiting time.

...

We measure kitchen “busyness” by checking recent orders being made to the kitchen. Since each order has a Processing Time we can estimate at any point in time, the Time to Clear Kitchen (TCK). This is the time needed for the kitchen to complete all mobile orders. We consider a kitchen to be busy when the next order Processing Time + TCK is larger than the Busy Kitchen Threshold set above; in other words, the kitchen is busy when we cannot squeeze another order without TCK exceeding the Busy Kitchen Threshold.

...

Up to 10:30:00, the queue was empty and the kitchen is clear (off mobile orders)cleared. At 10:30:00 a user attempts to complete an order. Since the kitchen is not busy 0 + 180s < 500s, the order is inserted immediately. Notice that the

...