docs(design): record deployed browser verification

This commit is contained in:
NuklearRabbit
2026-08-02 03:35:24 +02:00
parent a737860f2c
commit 686b62f592
25 changed files with 39 additions and 7 deletions
+12 -4
View File
@@ -299,7 +299,15 @@ None. External service credentials may be absent; use the documented demo/degrad
- `cd frontend && playwright test --reporter=line`**18 passed** including the full
five-minute demo, every interactive route, return review semantics and four viewport
overflow checks.
- Exact next action after this record: commit this evidence set, push
`design/mobilityops-premium-ui`, and deploy that branch to the
existing Unraid review stack without touching master or persistent volumes; verify live
health and responsive UI.
- Review deployment updated at `http://192.168.10.150:1236` with persistent PostgreSQL
and n8n volumes preserved. Deployed smoke: all ten authenticated routes plus login at
desktop and mobile sizes rendered without alert state or horizontal overflow; browser console had zero
warnings/errors; seven authenticated API paths returned 200; PostgreSQL/API were
healthy and n8n `/healthz` returned `{"status":"ok"}`.
- The repository compose file uses developer ports, so the existing review deployment's
established bindings were restored after archive extraction: web `1236:80`, n8n
`127.0.0.1:15678:5678`, and no host API port. This is deployment configuration only;
no unrelated container was altered.
- Exact next action after this record: commit and push the deployed evidence, update the
deployed source-revision marker to that final documentation commit without rebuilding
unchanged images, then hand the branch off for review. Do not merge master automatically.