UAT Command Deck
Online UAT Control Center
Run DB health checks, stress tests, and confirmation-gated cleanup. Each run generates a JSON artifact with timestamp and commit reference.
DB Health Monitor
Validates pooled runtime connectivity and direct migration connectivity.
Stress Runner
npm run db:stress -- --concurrency 20 --duration-sec 45 --mode simple --max-error-rate 0.02 --max-p95-ms 350
Cleanup Runner
npm run db:cleanup:uat -- --participant-key 112334 --older-than-days 2
npm run db:cleanup:uat -- --participant-key 112334 --older-than-days 2 --apply # requires confirmation phrase from dry-run response
Global Nuke — Entire DB
Deletes all operational table data across the entire database. Requires ENABLE_GLOBAL_NUKE_DB=true env gate plus two-step confirmation.
Latest Stress Result
No stress result yet.
Latest Cleanup Result
No cleanup result yet.
Sortable UAT Backlog (TanStack Table)
| UAT-001 | Database | Run protected online DB health checks | P0 | Codex | Ready |
| UAT-002 | Database | Execute API stress run and persist artifact | P0 | Joint | Ready |
| UAT-003 | Database | Dry-run cleanup and confirmation-gated apply | P0 | Codex | Ready |
| UAT-004 | API | Meal preview -> approve -> commit smoke | P1 | Claude | Planned |
| UAT-005 | UI | PDF export and route walkthrough | P1 | Claude | Planned |
| UAT-006 | Security | Auth hardening and incident-response checks | P2 | Joint | Planned |