Add V1 workbench status strip
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 00:55:12 +02:00
parent cee1a7f022
commit 8c3813d442
8 changed files with 293 additions and 0 deletions
+7
View File
@@ -156,6 +156,13 @@ React + TypeScript + MapLibre foundation for project/area/dataset workflow.
- Loading the explicit demo workflow now opens the candidate vector fixture dataset directly, so the Map Workbench shows the demo vector layer without an extra manual dataset click.
- The demo/export verification script now checks connected V1 state: area GeoJSON, fixture datasets, vector FeatureCollection content, vector feature summary, persisted QA/QC metrics and export downloads through the frontend proxy.
## Sprint 22 additions
- Added a compact V1 Workbench status strip above the main panels.
- The strip summarizes existing connected state for project, AOI, datasets, active map layer, persisted QA/QC results and exports.
- It suggests the next operator action based on missing V1 loop state without calling new APIs or adding backend behavior.
- The status strip is implemented in `src/components/WorkbenchStatusStrip.tsx` and remains driven by `App.tsx` orchestration state.
## Release hardening updates
- Production builds split application code, React vendor code and MapLibre vendor code into separate chunks.