magfest / ubersystem

MAGFest's Ubersystem - handles ticketing, staffing, analytics, volunteers, and tons more
http://magfest.org
GNU Affero General Public License v3.0
48 stars 55 forks source link

Badge numberless check-in for Magstock #1066

Closed kitsuta closed 9 years ago

kitsuta commented 9 years ago

There needs to be a way to skip having badge numbers on a per-event basis. Currently, the system requires a badge number before it will check anyone in.

thaeli commented 9 years ago

This is an interesting request. I've certainly heard it before. Breaks a lot of stuff, though, to truly have no badge numbers. Would "system shall automatically assign an unused valid badge number" be a reasonable implementation?

kitsuta commented 9 years ago

Possibly? Certainly there are other events who simply don't care about badge numbers. And "the system can't do that, here's a pen" only goes so far. :P

EliAndrewC commented 9 years ago

This doesn't seem all that hard. It seems like for a logistical basis that events ought to want to have badge numbers, but that assums they have badges in the first place as opposed to just stamps on their hands or tickets or wristbands or whatever. I mean, I don't know how many of those types of events would use Uber, but assuming that the answer is "more than zero" then we might as well support it.

thaeli commented 9 years ago

We do a LOT of stuff that depends on the person having a badge number though. So just auto-assign the badge number and you don't really have to write it down anywhere..

binary1230 commented 9 years ago

yea btw when i did magstock and rockage last time, the path of least resistance was to have a config option and functionality to support 'auto assign next available badge number'.

whatever it is just needs to be tested carefully for both the self-checkin and the reg staff-facing pages

kitsuta commented 9 years ago

Fixed by https://github.com/magfest/ubersystem/pull/1136