HackGT / checkin2

Simple and robust check in system for hackathons and other events. Integrates with HackGT/registration
https://checkin.hack.gt
MIT License
7 stars 1 forks source link

Indirect badge IDs to give us more flexibility #78

Open evan10s opened 4 years ago

evan10s commented 4 years ago

Allow badges to have a different UUID than the user associated so that we can reuse badges and remotely disable badges

An ideal implementation would be to randomly assign a badge UUID (to limit predictability of what other badge UUIDs could be which would happen with a sequential scheme) and then have a mapping of user UUIDs to badge UUIDs