You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent update for the 'NDC London' mobile app has caused issues with QR code scanning for certain codes. Older QR codes generated more than five months ago are not being recognized correctly due to differences in their format. This needs to be addressed in multiple stages to ensure all QR codes are processed correctly.
Acceptance Criteria
Identify and update all achievements claimed in the last two weeks with new QR codes.
Ensure the check-in desk QR code is updated and working correctly.
Provide updated QR codes for 'Adam Cogan' and others if they have printed QR codes.
Implement a solution to decode raw Base64 QR codes and check for specific prefixes.
Introduce feature toggles to remotely disable the QR code filtering feature if issues arise.
Allow configuration of allowed prefixes for both raw string and decoded Base64 QR codes.
Update all existing QR codes to the new format where possible.
Reproduce Steps
Open the 'NDC London' mobile app.
Attempt to scan an older QR code generated more than five months ago.
Observe that the QR code is not recognized or processed correctly.
The text was updated successfully, but these errors were encountered:
I have discovered that my local testing was successful because new QR Code format was already integrated into AdminUI, it just wasn't deployed due to deployment not working for about 7 months.
Requested by: @jernejk via YakShaver.ai 🦬
cc: @adamcogan, @sethdaily, Matt Goldman
Hi Team!
Watch the video
Pain
The recent update for the 'NDC London' mobile app has caused issues with QR code scanning for certain codes. Older QR codes generated more than five months ago are not being recognized correctly due to differences in their format. This needs to be addressed in multiple stages to ensure all QR codes are processed correctly.
Acceptance Criteria
Reproduce Steps
The text was updated successfully, but these errors were encountered: