Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

case insensitive qr code #1218

Merged
merged 7 commits into from
May 6, 2023

Conversation

cbellone
Copy link
Member

@cbellone cbellone commented May 5, 2023

We should allow attendees to change case on their name (e.g. HOmer -> Homer) without causing troubles at the check-in.
This PR will generate case-insensitive QR Codes for events created with the new code.

@cbellone cbellone requested a review from syjer May 5, 2023 15:39
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

83.7% 83.7% Coverage
0.0% 0.0% Duplication

@cbellone cbellone merged commit f6e90e4 into 2.0-M4-maintenance May 6, 2023
cbellone added a commit that referenced this pull request May 9, 2023
* generate QR Code with case insensitive data

* add missing license header

* add failing test with UTF-8 chars

* better handling of non-ascii characters

* add more test cases

* add empty migration as marker for enabling the new feature

* do not preallocate array since we have few special conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants