Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

June 4, 2024

Exponential delay when a spectator requests the registration code more than 5 times

In 2023, we implemented a feature allowing to request and use a Registration code 5 tries and same code for 5 times, this mechanism has been extended to add exponential delay when the registration code is requested beyond reasonable doubts.

May 14, 2024

Enhanced UX for e-mail checker

Prompting spectators to carefully read warning messages

When the email checker identified a unusual e-mail address, the warning message appeared briefly and could be easily ignored by the wallet owner.

In addition to improving the visibility of notification messages, we've implemented an extra step (i.e. a pop-up) to ensure that users with wallets are actively engaging with these messages.
This step ensures that wallet users are actively reading the messages before proceeding.

This pop-up will now be triggered ONLY upon the detection of an abnormal e-mail address, ensuring immediate attention is drawn to the issue, on the following screens :

  • Registration
  • Login
  • Editing guest profiles when assigning a ticket (if Assignment uses e-mail address) 
  • Selecting a recipient when transferring a ticket
RegistrationLoginAssignmentTransfer

How to enable it ?

Of course, the "Email checker feature" (enable-email-suggestion) must be enabled. In addition, three crowdin labels are also necessary :

  • mail_check_popup_title: "Is this a correct email?"
  • mail_check_popup_primary_btn: "Change email address"
  • mail_check_popup_secondary_btn": "Continue with this one"

Redesign of the "Deleted tickets" screen


As we introduced a new UX for our mobile wallet, we continued modernizing existing screens. In this release, we followed the same approach and improve the "Deleted tickets" screen.

Upon selection, mobile users will be directed to a new screen, where the Deleted items are neatly organized into two tabs: Tickets and Privileges (if enabled).

   

April 23, 2024

"More" menu improvements

Streamlining the order of menu entries

When we refactored the "More" menu in ZUMV1, we proposed a creative but sub-optimal ordering of menu entries. Our bad.

We fixed our mistake by reordering the menu like this :

  1. "Spectator" section
    • My profile
    • Language (if more than one configured)
  2.  "Ticket" section (if features have been enabled)
    1. Ticket on resale (if enabled)
    2. Deleted tickets (if enabled) 
  3. "Informative" section
    1. More info
    2. Support details
  4. Individual Promo items (if configured properly in the back-office)
  5. Sign out


Hiding language selector if only one language is supported by your branded wallet

We applied a simple but logical display rule on the Language selector usually visible in the Welcome page (or Splash screen) and in the More menu :

  • If multiple languages are configured, the selector will be visible.
  • If only one language is configure, the selector will be hidden.

"More" Menu now supports an IMPRINT link available in "More information" section

If you want to use a second legal link during registration and in the burger menu, it's now possible.

To use this feature. please configure crowdin labels (base.json)

  • "imprint_title": "Imprint - Link Label"
  • "imprint_url": "Imprint - Link URL"


  • No labels