Record workbench UI deployment verification
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 18:11:03 +02:00
parent 521b06dd1c
commit 7fa6c3c869
+6 -4
View File
@@ -18,16 +18,18 @@ Validation:
- `cd backend && python -m alembic heads` passed: `202606120900 (head)`. - `cd backend && python -m alembic heads` passed: `202606120900 (head)`.
- `cd backend && python -m alembic upgrade head --sql` passed. - `cd backend && python -m alembic upgrade head --sql` passed.
- `bash -n scripts/live_migration_smoke.sh` passed. - `bash -n scripts/live_migration_smoke.sh` passed.
- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed and redeployed `geointel-all-in-one:latest` to Tower on port 1202.
Open: - `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` passed.
- Tower deployment and runtime smoke should run before considering this pass deployed. - `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` passed.
- Live browser check against `http://192.168.10.150:1202` passed: map-first layout rendered, scroll height roughly 3.2k px and no desktop horizontal overflow detected.
Limitations: Limitations:
- No API contracts, migrations, provider fetching, AI behavior or product capabilities changed. - No API contracts, migrations, provider fetching, AI behavior or product capabilities changed.
- This is still a dense operational workbench rather than a designed product shell with navigation or tabs. - This is still a dense operational workbench rather than a designed product shell with navigation or tabs.
- The live default selected project can still be an empty project with the demo name; project selection polish remains a separate follow-up.
Next recommended pass: Next recommended pass:
- Add UI browser regression coverage for the map-first demo workflow and a small set of visual/layout invariants. - Add UI browser regression coverage for the map-first demo workflow and polish the default project/demo selection state.
## Sprint 43 Workbench bootstrap hook decomposition (2026-06-17) ## Sprint 43 Workbench bootstrap hook decomposition (2026-06-17)