Harden RC9 UX and performance states
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 06:37:54 +02:00
parent 55685ba1bd
commit 9b0239747d
21 changed files with 845 additions and 25 deletions
+16
View File
@@ -2069,3 +2069,19 @@ The command is intentionally live and creates missing Area records, an export,
an assistant conversation and explicit technical demo AI records. It never
fetches fake production provider data. Evidence is written below the requested
ignored `artifacts/` directory as screenshots plus `manifest.json`.
## RC-9 UX and performance audit
Run the non-mutating frontend audit against a deployed runtime:
```bash
bash scripts/run_rc9_ux_audit.sh \
http://192.168.10.150:1202 \
artifacts/rc9-ux-audit
```
The audit checks the map-first flow at mobile, desktop and ultrawide
viewports; rejects page-level horizontal overflow and visible controls without
an accessible name; verifies keyboard tabs and skip-link focus; simulates a
slow project bootstrap; and proves coverage timing is visible. It writes only
ignored screenshots and `manifest.json`.