django_program.manage.views_checkin¶
Check-in dashboard and scanner views for the manage app.
Provides the staff-facing scanner interface for on-site check-in and a real-time dashboard showing check-in statistics, station activity, and product redemption counts.
Classes
Real-time check-in statistics dashboard. |
|
Staff-facing scanner page for on-site check-in. |
- class django_program.manage.views_checkin.CheckInScannerView[source]¶
Bases:
ConferencePermissionMixin,TemplateViewStaff-facing scanner page for on-site check-in.
Renders the scanner template with conference context. All scanning logic is handled client-side via the check-in API endpoints.
- template_name = 'django_program/manage/checkin_scanner.html'¶
- class django_program.manage.views_checkin.CheckInDashboardView[source]¶
Bases:
ConferencePermissionMixin,TemplateViewReal-time check-in statistics dashboard.
Displays aggregate check-in data including total attendees, check-in rate, station activity breakdown, recent check-in log, and product redemption statistics.
- template_name = 'django_program/manage/checkin_dashboard.html'¶