Versions Compared

Key

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

...

Lack of Automation in Drive-thru Mobile Orders[Opportunity] Integrating Loyalty Data into Bookin

The drive-thru experience for Mobile Ordering customers is hindered by a lack of automation in the order-to-kitchen workflow in BookinAll. The QR code scanned by customers at the drive-thru does not include their Loyalty ID, necessitating manual intervention by cashiers to send the order to the kitchen for preparation. This lack of automation not only consumes valuable time but also increases the likelihood of human error, ultimately resulting in longer wait times and a degraded customer experience. Streamlining this process is essential to improve service speed and enhance customer satisfaction.

...

Step 1: In the sales screen, click on the PIE symbol.

image-20241015-110905.png

Step 2: Click on "WinRest Booking - Pending Orders"

image-20241015-110943.png

Step 3: If there are orders ready to be handled, you will need to give your approval to proceed with processing them. Once approved the order is sent to the kitchen.

At this point, the BookinAll system calls the getOrders endpoint from the RBI’s Partners API to get additional Order information to send the correct Products to the Kitchen.

image-20241015-111026.png

If no orders are waiting to be processed, a notification will inform you of this.

image-20241015-111010.png

Ordering Flow according to BookingAll:

  1. Update:

Helio talked to Paulo from Booking All to confirm the mobile ordering flow and how partners api should behave to address the automation that is needed. After the meeting today we got the following flow:

...

Taking this flow in consideration the development should be done to provide an endpoint to BookingAll to inform the list of pending orders of an specific customer. These orders are the ones pending to be sent to the kitchen and that are from DRIVE_THRU service mode.

(blue star) Target Audience

1. Mobile Ordering Customers

...

  1. Automated Loyalty ID Integration

    • Description: Update the getOrders endpoint in the RBI Partners APIs to include the customer Loyalty ID.

    • Rationale:

    • Business Value: High; improves customer experience and operational efficiency.

  2. Automated Order-to-Kitchen Workflow

    • Description: Modify BookingAll to automatically send orders to the kitchen once the QR code is scanned.

    • Rationale: Critical for streamlining the drive-thru process and minimizing human error.

    • Business Value: High; enhances service speed and accuracy, leading to higher customer satisfaction.

...