Extract dataset presentational components
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 04:04:20 +02:00
parent 57e9d44e85
commit 1cbb356220
11 changed files with 888 additions and 385 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 29 dataset component decomposition (2026-06-17)
- Moved dataset upload/list UI into `DatasetPanel`.
- Moved dataset details and job list UI into `DatasetDetailPanel`.
- Split raster and vector controls into `RasterControls` and `VectorControls`.
- Added regression coverage to verify `App.tsx` wires the new presentational dataset components without taking dataset markup back inline.
- No API contracts, backend behavior, migrations, product features, provider fetching, AI behavior or UI redesign were introduced.
## Sprint 28 dataset workflow hook hardening (2026-06-17)
- Moved dataset selection, upload, detail loading, dataset jobs and raster/vector operation orchestration from `App.tsx` into `useDatasetWorkflow`.