Updated docs.
This commit is contained in:
parent
6eb72c5091
commit
a60ef7d25b
3 changed files with 66 additions and 67 deletions
25
README.md
25
README.md
|
|
@ -1,21 +1,21 @@
|
|||
# Turnpike
|
||||
|
||||
Self-hosted event attendee and volunteer management. One instance, one event.
|
||||
Self-hosted event ticketing and volunteer management. One instance, one event.
|
||||
|
||||
Turnpike handles gate check-in, volunteer scheduling, and department coordination for events ranging from a single evening to a multi-day festival. It works offline — gate volunteers can check people in without a network connection and sync when connectivity returns.
|
||||
|
||||
## Features
|
||||
|
||||
- **Attendee management** — CSV import (CrowdWork/Zeffy auto-detected), party-size tracking, search, check-in
|
||||
- **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-attendee linking
|
||||
- **Volunteer kiosk** — token-authenticated self-service shift signup, no login required
|
||||
- **Gate check-in** — full-screen UI with QR scanner, party check-in ("2/3 checked in"), volunteer dual check-in
|
||||
- **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
|
||||
- **Schedule** — create shifts, assign volunteers, manage assignments with conflict awareness
|
||||
- **Role-based access** — admin, coordinator, volunteer lead (department-scoped), gate
|
||||
- **Role-based access** — admin, ticketing, staffing, colead (department-scoped), gatekeeper
|
||||
- **Offline-first PWA** — installs on phones/tablets, full offline check-in with background sync
|
||||
- **Real-time** — check-ins and changes broadcast live via SSE
|
||||
- **SMTP email** — send volunteer token links directly or export CSV for bulk email platforms
|
||||
- **SMTP email** — volunteer confirmation emails, kiosk link distribution when shift signups open
|
||||
- **Single binary** — Go backend embeds the frontend; no runtime dependencies
|
||||
|
||||
## Tech Stack
|
||||
|
|
@ -60,10 +60,11 @@ See [docs/INSTALLATION.md](docs/INSTALLATION.md) for systemd, Docker, NixOS, and
|
|||
|
||||
| Role | Access |
|
||||
|------|--------|
|
||||
| `admin` | Full access: attendee import, user management, SMTP settings, all departments and shifts |
|
||||
| `coordinator` | All departments: volunteers, shifts, schedule. No user management or settings |
|
||||
| `volunteer_lead` | Own department only: volunteers and shifts scoped to assigned department |
|
||||
| `gate` | Full-screen check-in UI with QR scanner. No access to other pages |
|
||||
| `admin` | Full access: participant import, user management, SMTP settings, all departments and shifts |
|
||||
| `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 |
|
||||
|
||||
See [docs/USAGE.md](docs/USAGE.md) for detailed workflow documentation.
|
||||
|
||||
|
|
@ -91,7 +92,7 @@ The Vite dev server runs on `:5173` and proxies `/api` requests to the Go server
|
|||
|
||||
## Documentation
|
||||
|
||||
- [Usage Guide](docs/USAGE.md) — event setup, attendee import, volunteer signup, volunteer kiosk, gate check-in, schedule
|
||||
- [Usage Guide](docs/USAGE.md) — event setup, participant import, volunteer signup, volunteer kiosk, gate check-in, schedule
|
||||
- [Installation Guide](docs/INSTALLATION.md) — building, deploying, systemd, Docker, NixOS, reverse proxy, backup
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue