Go Sandbox
Various features that I worked on in my time at Delivery Hero

Vendor Check-in
Previously, a restaurant's availability would automatically set to Open or Closed based on their schedule. However, with the onset of Corona, many restaurants were suddenly forced to close their stores with little warning. This was problematic, as many schedules were not updated. We noticed that 22% of order failures were happening in the first 60 minutes of opening time. Orders were being sent to devices and failing because no one was there to accept them.
To ensure restaurants were ready to accept orders, we replaced the automatic process with a manual check-in feature. Every morning, employees had to set their restaurant to Open before they could start accepting orders.
The result was extremely successful. Vendors easily understood the new feature and it quickly became a habit for them to open their restaurant. After launching the feature we noticed a 26% reduction in the order failure rate with a minimal impact on successful orders.
Menu Reminder
During a busy day, when popular items run out, employees set them as unavailable on the platform. The following day, they are automatically made available again. After analyzing the data, we saw that 25% of orders were failing due to Item Unavailable.
Vendors highlighted a major issue with the automatically reactivating menu items. Items are not always available again the next day and this causes vendors to decline orders.
We were stuck between a rock and a hard place. If we didn't automatically reactivate items we believed vendors would forget to, and if we did these items could cause order failure.
To ensure customers were not missing out on their favourite dishes and menu availability was up-to-date we replaced the automatic process with an alert. The alert prompted users to review and reactivate unavailable items. This experiment is currently running.
New Order Counter
It is critical that new orders are accepted in time. If not, these orders are automatically declined and create a negative customer experience. After a bad experience, customers are less likely to order from the same restaurant again.
To ensure vendors accept every order we created a new order notification. The component directs users to view and accept new orders with one click from anywhere in the app. This feature will go into development next quarter.