payfrit-works/api/orders
John Mizerek 0765dc1e27 Add business portal, Stripe Connect, beacon APIs, and task system
Portal:
- New business portal UI (portal/index.html, portal.css, portal.js)
- Dashboard with real-time stats (orders today, revenue, pending, menu items)
- Business info endpoint (api/businesses/get.cfm)
- Portal stats endpoint (api/portal/stats.cfm)
- Menu page links to existing full-featured menu editor

Stripe Connect:
- Onboarding endpoint (api/stripe/onboard.cfm)
- Status check endpoint (api/stripe/status.cfm)
- Payment intent creation (api/stripe/createPaymentIntent.cfm)
- Webhook handler (api/stripe/webhook.cfm)

Beacon APIs:
- List all beacons (api/beacons/list_all.cfm)
- Get business from beacon (api/beacons/getBusinessFromBeacon.cfm)

Task System:
- List pending tasks (api/tasks/listPending.cfm)
- Accept task (api/tasks/accept.cfm)

Other:
- HUD interface for quick order status display
- KDS debug/test pages
- Updated Application.cfm with public endpoint allowlist
- Order status check improvements

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 23:38:26 -08:00
..
checkStatusUpdate.cfm Add business portal, Stripe Connect, beacon APIs, and task system 2026-01-01 23:38:26 -08:00
debugLineItems.cfm Add business portal, Stripe Connect, beacon APIs, and task system 2026-01-01 23:38:26 -08:00
getCart.cfm Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00
getOrCreateCart.cfm Fix order status polling and delivery fee logic 2025-12-31 21:38:26 -08:00
listForKDS.cfm Add KDS (Kitchen Display System) with real-time order management 2025-12-29 17:46:01 -08:00
setLineItem.cfm Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00
submit.cfm checkpoint 2025-12-28 22:34:01 -08:00
updateStatus.cfm Add KDS (Kitchen Display System) with real-time order management 2025-12-29 17:46:01 -08:00