Dominic Cerquetti

Results 90 comments of Dominic Cerquetti

how to trigger it: ``` Ctrl + Shift + - (Control Shift Hyphen) ```

I noticed that date issue too, it's annoying I don't think this tool can change the downloaded file names, it just downloads them however Wells Fargo names them. An external...

Vicki, ping Eli when you get a chance about the best way to implement this. I'm guessing probably as a new model with an attendee foreign key to link it...

Haven't looked in forever but here's a couple of breadcrumbs about the graphs system which pulls that badge-per-day info: https://github.com/magfest/ubersystem/blob/master/uber/static/analytics/attendance.js https://github.com/magfest/ubersystem/blob/master/uber/templates/statistics/badges_sold.html https://github.com/magfest/ubersystem/blob/master/uber/site_sections/statistics.py#L253 https://github.com/magfest/ubersystem/blob/master/uber/site_sections/statistics.py#L23 Also, if you drop a file in...

Semi-related, in a UX way, to https://github.com/magfest/ubersystem/issues/3065 It's not obvious to reg staffers that they need to take action when encountering a watched attendee, and I saw at least one...

the place to fix this is in whatever calculates c.REMAINING_BADGES, which is the thing that magbot reads via registration.py's stats() function

Linking to #2950 and #2942 because those may also be important for correct onsite operation. hey @EliAndrewC do you know anything about how this is supposed to work?

from looking around very very briefly, it strikes me we might want to add something here: https://github.com/magfest/ubersystem/blob/master/uber/site_sections/registration.py#L5 That says vaguely: ``` if attendee.is_on_watchlist_or_whatever: return 'Attendee is on the watchlist for...

@kitsuta commented on the other bug (thanks!) This functionality works off of is_not_ready_to_checkin here: https://github.com/magfest/ubersystem/blob/master/uber/models/attendee.py#L566 Attendees who match a watchlist entry have their badge status changed to WATCHED_STATUS, so they...

I realized, I need to test this again because I may have been fooled by the issue in https://github.com/magfest/ubersystem/issues/3066 into thinking I had an active watchlist entry when in fact...