Record raster handoff live validation
This commit is contained in:
@@ -19,13 +19,20 @@ 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 `aa41dfa` to Tower on port 1202.
|
||||||
|
- Deploy-time live migration smoke passed after the database became ready on attempt 2; PostGIS reported `3.6 USE_GEOS=1 USE_PROJ=1 USE_STATS=1`, required runtime schema objects were present and Alembic head was `202606120900`.
|
||||||
|
- Deploy-time browser runtime verification passed for frontend, API proxy and icon.
|
||||||
|
- `bash scripts/verify_demo_raster_workflow.sh http://192.168.10.150:1202` passed: inspect, preview, stats and `raster.tile`.
|
||||||
|
- `bash scripts/verify_workbench_default_state.sh http://192.168.10.150:1202` passed with `3/3 ready` datasets.
|
||||||
|
- `bash scripts/verify_workbench_interactions.sh http://192.168.10.150:1202` passed.
|
||||||
|
- Live frontend bundle check confirmed `Latest tile manifest` and `Use in Detection Lab` markers in `/assets/index-gJWV1CAi.js`.
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
- Frontend handoff only; no API contract, migration, provider fetching, AI inference or model behavior changes.
|
- Frontend handoff only; no API contract, migration, provider fetching, AI inference or model behavior changes.
|
||||||
- The Detection Lab still follows the existing model availability and explicit-run constraints.
|
- The Detection Lab still follows the existing model availability and explicit-run constraints.
|
||||||
|
|
||||||
Next recommended pass:
|
Next recommended pass:
|
||||||
- Run full readiness, redeploy, then validate the demo raster tile flow and Detection Lab prefill live on `http://192.168.10.150:1202`.
|
- Add a browser interaction smoke for clicking the raster manifest handoff into Detection Lab, or continue with segmentation tile-manifest prefill parity.
|
||||||
|
|
||||||
## Sprint 98 demo raster workflow smoke (2026-06-23)
|
## Sprint 98 demo raster workflow smoke (2026-06-23)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user