CampgroundTickets/app/lib
Hank b36d63a6a4 Add check-in audit logging + in-app history view
Every successful check-in/undo writes a row to the "2026 Ticket Audit Logs"
NocoDB table (timestamp, people, code, action, name, remaining-after).
Non-fatal: audit failures never block a gate check-in. New GET /api/audit
endpoint (global or per-code). Admin panel gains a global "Recent check-ins"
panel and per-ticket history. Audit table is optional via NOCODB_AUDIT_TABLE_ID.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 03:53:30 +00:00
..
api.ts Add check-in audit logging + in-app history view 2026-07-08 03:53:30 +00:00
feedback.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
storage.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
theme.ts Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00