hackcambridge / hc-2020-prototype

Bespoke hackathon administration platform build for Hack Cambridge.
https://hackcambridge.com
GNU General Public License v3.0
3 stars 2 forks source link

Major QR feature improvements #211

Open vanjo9800 opened 3 years ago

vanjo9800 commented 3 years ago

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: