Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Highlights
|
Table of Contents |
---|
Applications
Guest Application (Web/iOS/Android)
Different product images by purchase channel
This feature allows operators to show different menu item images depending on the selected service mode – e.g. a specific Coca-cola for the Home Delivery, which is bottled instead of in a paper cup. The goal is to align user expectations with the actual items they are purchasing.
More details in the following Knowledge Base article: https://rbictg.atlassian.net/wiki/spaces/COG/pages/3657498694/Feature+Menu#Change-images-by-purchase-channel
Capacitor 5 update (iOS/Android)
Capacitor is the framework used by our applications to access native device features
We have updated to the latest version of Capacitor
Capacitor 5 should provide better cross-platform compatibility with various devices and higher reliability. It’s also expected for Capacitor 5 to run the app faster
Info |
---|
Note: the Capacitor 5 update requires users to update their app to the latest version. For that reason, users will be forced to update to the latest shell to continue using the app |
Update Facebook SDK to
16.1.2
The Facebook SDK allows us to run campaigns via Meta Ads
We have updated the SDK to a newer version
Improve Apollo queries performance
Apollo is a framework for building APIs. It helps the front-end (what users see) and the back-end (where data is stored) understand each other. It makes it easier to fetch and manage data for the app
We optimized the startup process to use less CPU power, and combined old and new query methods to speed up all data fetching.
Initial results suggests we have reduced load times by ~1s on lower-end Android devices like Pixel 2
...