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

Major QR feature improvements #211

Open
vanjo9800 opened this issue Jan 26, 2021 · 0 comments
Open

Major QR feature improvements #211

vanjo9800 opened this issue Jan 26, 2021 · 0 comments
Labels
2022 Hack Cambridge 2022

Comments

@vanjo9800
Copy link
Member

The QR code scanning feature started out as a simple idea for stats, but ended up being our major passport system for the event. That is why I recommend to look again at this feature and enhance it as there were some problems during the event.

Currently the feature is stateless: A QR code is scanned, validated using RegEx, sent to the backend, validated again and added to an array attribute in the user profile.

We can improve this by:

  • Adding a timestamp of when the code was scanned
  • Serving live stats of who has scanned a code (+ export as CSV would be definitely useful) on the committee admin page
  • Maybe making the QR codes links to our dashboard, so they can be scanned from any application and just lead the applicant to the dashboard
@vanjo9800 vanjo9800 added the 2022 Hack Cambridge 2022 label Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2022 Hack Cambridge 2022
Development

No branches or pull requests

1 participant