Add map selection QA shortcut
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-25 02:35:21 +02:00
parent f712272b72
commit e189a2881d
9 changed files with 265 additions and 1 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 109 Map selection QA shortcut (2026-06-25)
- Added a Map workspace QA/QC shortcut for saved derived selection datasets.
- The shortcut reuses the existing QA comparison workflow and persists `QualityCheck`/`Metric` rows through the existing backend route.
- Added reference dataset selection, loading/error state and compact precision/recall/F1/status feedback beside the saved map selection.
- Kept QA orchestration in a dedicated frontend hook so `App.tsx` remains an orchestrator and API calls stay out of the shell component.
- No backend API contracts, migrations, provider fetching, AI behavior or new product domains were introduced.
## Sprint 108 Map selection derived datasets (2026-06-25)
- Added `POST /api/v1/projects/{project_id}/datasets/{dataset_id}/vector/select/derive` to persist a map bbox selection as a reusable derived vector dataset.