test(admin): cover support fallback route and mark todo complete

This commit is contained in:
2026-02-10 21:11:49 +01:00
parent d0f731743c
commit 4ac7410148
3 changed files with 45 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ This file is the single source of truth for roadmap and delivery progress.
- [x] [P1] Admin registration policy control (allow/deny self-registration for admin panel)
- [x] [P1] First-start onboarding route for initial owner creation (`/welcome`)
- [x] [P1] Split auth entry points (`/welcome`, `/login`, `/register`) with cross-links
- [~] [P2] Support fallback sign-in route (`/support/:key`) as break-glass access
- [x] [P2] Support fallback sign-in route (`/support/:key`) as break-glass access
- [~] [P1] Reusable CRUD base patterns (list/detail/editor/service/repository)
- [~] [P1] Shared CRUD validation strategy (Zod + server-side enforcement)
- [~] [P1] Shared error and audit hooks for CRUD mutations