payfrit-works/api
John Mizerek ecea71c533 Implement polling-based order status notifications
Backend changes:
- New API endpoint: checkStatusUpdate.cfm - polls order status and detects changes
- Updated admin.html: added test section for manually updating order status
- Status flow: 1(submitted) → 2(preparing) → 3(ready) → 4(completed)
- Human-readable status messages for each state

Testing interface:
- Order ID input field
- Status dropdown selector
- Direct integration with existing updateStatus.cfm endpoint

This enables real-time status notifications for customer orders with 30-second polling interval (Option 2 approach, with planned migration to self-hosted push).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 16:07:09 -08:00
..
assignments Public businesses + servicepoints list endpoints; API allowlist; Lucee-safe JSON 2025-12-28 12:30:06 -08:00
auth fix: correct CFScript syntax in login endpoint 2025-12-29 10:01:43 -08:00
beacons Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
businesses checkpoint 2025-12-28 22:34:01 -08:00
menu Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00
orders Implement polling-based order status notifications 2025-12-31 16:07:09 -08:00
servicepoints checkpoint 2025-12-28 22:34:01 -08:00
Application.cfm Add KDS (Kitchen Display System) with real-time order management 2025-12-29 17:46:01 -08:00