Table of Contents | ||
---|---|---|
|
April 2, 2024
Extended mobile storage capabilities
Previously, our branded wallet was storing data in file storage format which was convenient and lightweight way to handle small amounts of persistent data in application such as user preferences and simple app settings. Unfortunately, it was not intended to store complex data structures or large datasets, ie Ticket, causing App to crash when more than a thousand tickets were held by a spectator.
We revamped our storage approach in order to support five thousands tickets and improve overall performances, scalability and offline capabilities of our branded wallet.
March 13, 2024
Redesign of the "Tickets returned for resale" screen
...