From 03d3d162fb789aff66217d41a44d5baec47a1846 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 20 Jun 2026 01:13:17 +0200 Subject: [PATCH] Record Data Map mobile live verification --- docs/CODEX_EXECUTION_LOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 371a9ac9..611c174c 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -2781,9 +2781,13 @@ Tested: - `cd frontend && npm run build` - Local browser check against `http://127.0.0.1:5178` with live API proxy at a 390px viewport: Data upload form, file input and 8 dataset action buttons stayed within the viewport with no body-level horizontal overflow; Map toolbar, 2 layer controls, range sliders and empty-map quick actions also stayed within the viewport. - Screenshots captured under `artifacts/sprint74-data-map-mobile-polish/`. +- `bash scripts/run_readiness_check.sh` (`259 passed`) +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy_tower.ps1` rebuilt and redeployed the Tower all-in-one container on port 1202, with live migration smoke and browser runtime verification passing. +- Live post-deploy browser check on `http://192.168.10.150:1202` at a 390px viewport: Data upload form, file input and 8 dataset action buttons stayed within the viewport; Map toolbar, 2 layer controls, range sliders and empty-map quick actions stayed within the viewport; no body-level horizontal overflow was detected. +- Live screenshots captured at `artifacts/sprint74-data-map-mobile-polish/live-data-mobile.png` and `artifacts/sprint74-data-map-mobile-polish/live-map-mobile.png`. Open: -- Run full readiness, redeploy Tower and verify live Data/Map mobile polish after deployment. +- None for this pass. Limitations: - Frontend CSS polish only; no Data/Map workflow, API, persistence, migration, provider or AI/model changes.