Versions Compared

Key

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

Table of contents

...

All tools where we see the order details must show the paper bag fee added. POS, DMP, Admin app and Whitelabel.

Success metrics

All restaurant orders must include BAG_FEE and propagate it to POS.

...

It’s not expected any UX difference of the BAG_FEE compared to the other existings fees.

Development

WL

WL reads delivery fees from Launchdarkly tiered-delivery-fees. This could be used for delivery, but we would still miss for restaurant service modes and semantically, it would not fit well. Some alternatives:

  • Sanity

    • New feature configuration for BAG_FEE

    • Allows Fz to change dinamically

    • More efforts to develop compared to LD

  • LD

    • New FF with a value for BAG_FEE

    • Doesn’t allow FZ to change it / Depends on RBI

Partners-API

POS: Read the BAG_FEE in the getOrder API

Delivery: Send BAG_FEE to Delivery Platform in create delivery

DMP

Show BAG_FEE in the recept and tablet expeditor screens

...