Add map selection QA shortcut
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user