CampgroundTickets/backend/src
Hank 0e8fe3bb9a 4-digit auto-submit PIN + operator name in audit logs
Login: fixed-length 4-digit PIN that auto-submits on the 4th digit (no submit
button to scroll to on small iPhone screens) and clears on a wrong PIN.
Compact, vertically-centered keypad so it fits without scrolling.

Operator tracking: after PIN auth, staff enter their name (new /operator
screen, persisted per device). The name is sent as X-Operator on every authed
request and recorded on each check-in/undo/ice audit entry (new Operator
column), so logs show who did what. Shown in the scanner header and the admin
audit view.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 16:45:23 +00:00
..
routes 4-digit auto-submit PIN + operator name in audit logs 2026-07-08 16:45:23 +00:00
services 4-digit auto-submit PIN + operator name in audit logs 2026-07-08 16:45:23 +00:00
test Add Check-in / Ice / Banquet scan modes 2026-07-08 04:07:51 +00:00
config.ts Add /test page with sample QR codes for scanner testing 2026-07-08 04:47:47 +00:00
context.ts Add Check-in / Ice / Banquet scan modes 2026-07-08 04:07:51 +00:00
fields.ts Add Check-in / Ice / Banquet scan modes 2026-07-08 04:07:51 +00:00
server.ts Add /test page with sample QR codes for scanner testing 2026-07-08 04:47:47 +00:00
ticketService.ts 4-digit auto-submit PIN + operator name in audit logs 2026-07-08 16:45:23 +00:00