Protected admin surface
Admin operations shell
The admin route is now claimed by the Vercel rebuild, but it still needs auth, role gates, queue data, and safe mutation handlers before it can replace the existing SPA.
Migration Status
This route is now represented in the Vercel rebuild, but its authenticated data, write flows, and role protections still need to be connected.
Next Step
Port the page-specific data model and route protection behind Next.js route handlers or server actions before swapping traffic.
Parity Checklist
- Port admin auth and role gating before any queue visibility.
- Move booking, credits, notification, and Secure Deal actions behind server-side handlers.
- Recreate diagnostics, logs, and escalation surfaces incrementally.