Thursday, October 5, 2023
1 change · master
Enhancements to existing features
Event barcode and QR code check-in features are now included directly in the standard Events app instead of requiring a separate enterprise module. Organizers can enable them from settings, use QR codes more easily, and benefit from clearer tickets, checkout pages, and confirmation emails.
Original PR description
This PR moves event_barcode module from enterprise to community. It is now integrated directly with the base 'event' module. Using it is optional and activated directly from settings, instead of having to install a new module. This PR also allows organizers to use QR codes without needing a barcode. Some improvements are made in registration flow, notably improving barcode display and usage in checkout process and outgoing emails. Task-3411827 (Move event barcode to community) Task-3470321 (Improve registration flow)