Kioskos¶
The kioskos app exposes self-service terminal endpoints for check-in and
fulfillment. (“kioskos” is the codebase’s spelling of “kiosks”.)
What it does¶
Provides lightweight, terminal-oriented HTTP endpoints mounted under
/app/kioskos/.Supports tether-mode and self-service operation for:
registration check-in (working alongside
register-rapid-checkin/CheckinKiosk), andshop fulfillment (working alongside
shopfulfillment terminals).
Designed to be driven by a constrained kiosk UI rather than the full event SPA.
Where it fits¶
register RapidCheckinTerminal / CheckinKiosk ─┐
shop fulfillment terminals ├──► kioskos endpoints (/app/kioskos/)
│ (self-service / tether-mode)
Where to look¶
Views/endpoints:
kioskos/views.pyURLs:
kioskos/urls.py