Record map selection export deployment validation
This commit is contained in:
@@ -20,6 +20,11 @@ Validation:
|
|||||||
- `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.
|
||||||
- `bash scripts/run_readiness_check.sh` passed.
|
- `bash scripts/run_readiness_check.sh` passed.
|
||||||
|
- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed; rebuilt and redeployed the all-in-one container on `http://192.168.10.150:1202`.
|
||||||
|
- Deploy-time live migration smoke passed against the container database, including PostGIS/version/schema checks.
|
||||||
|
- Deploy-time browser runtime verification passed for frontend, API proxy and icon.
|
||||||
|
- Live API smoke passed: `POST /api/v1/exports/geojson` with `export_kind="vector_selection"` created export `1d16c78b-7e8c-4081-8edc-5be38811b50e` with `export_type="vector_selection_geojson"`, `feature_count=2` and `source_table="vector_features"`.
|
||||||
|
- Live API content smoke passed: `GET /api/v1/exports/1d16c78b-7e8c-4081-8edc-5be38811b50e/content` returned a GeoJSON `FeatureCollection` with 2 persisted vector features.
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
- Selection exports are bbox-only and reuse the same EPSG:4326 constraints as the Map area selection endpoint.
|
- Selection exports are bbox-only and reuse the same EPSG:4326 constraints as the Map area selection endpoint.
|
||||||
|
|||||||
Reference in New Issue
Block a user