Updated docs.

This commit is contained in:
Pen Anderson 2026-03-05 09:51:40 -06:00
parent 2b409c65c1
commit 87da9cf97f
2 changed files with 18 additions and 9 deletions

View file

@ -9,8 +9,8 @@ Turnpike handles gate check-in, volunteer scheduling, and department coordinatio
- **Participant & ticket management** — CSV import (CrowdWork/Zeffy auto-detected), search, check-in
- **Volunteer scheduling** — departments, shifts with capacity, conflict detection, reordering
- **Public volunteer signup** — self-registration form with email confirmation, auto-participant linking
- **Volunteer kiosk**code-authenticated self-service shift signup, no login required
- **Gate check-in** — full-screen UI with QR scanner, volunteer dual check-in
- **Volunteer kiosk**public volunteer flow: signup, email confirmation, code-authenticated shift self-scheduling
- **Gate kiosk** — full-screen check-in UI with QR scanner for gatekeepers
- **Schedule** — create shifts, assign volunteers, manage assignments with conflict awareness
- **Role-based access** — admin, ticketing, staffing, colead (department-scoped), gatekeeper
- **Offline-first PWA** — installs on phones/tablets, full offline check-in with background sync
@ -64,7 +64,7 @@ See [docs/INSTALLATION.md](docs/INSTALLATION.md) for systemd, Docker, NixOS, and
| `ticketing` | Participants, tickets, import. No user management |
| `staffing` | All departments: volunteers, shifts, schedule. No user management or settings |
| `colead` | Own department only: volunteers and shifts scoped to assigned department(s) |
| `gatekeeper` | Full-screen check-in UI with QR scanner. No access to other pages |
| `gatekeeper` | Full-screen Gate Kiosk with QR scanner. No access to other pages |
See [docs/USAGE.md](docs/USAGE.md) for detailed workflow documentation.