Improve dataset selection ergonomics
This commit is contained in:
@@ -2147,3 +2147,28 @@ Limitations:
|
||||
|
||||
Next recommended pass:
|
||||
- Verify the tabbed inspector live on Tower, then continue with map/dataset selection ergonomics.
|
||||
|
||||
## Sprint 53 map/dataset selection ergonomics (2026-06-17)
|
||||
|
||||
Changed:
|
||||
- Added active-state styling to dataset cards so the selected dataset is visibly anchored in the catalog.
|
||||
- Added dataset quick actions to open a dataset directly in the Map workspace or Exports workspace after loading details.
|
||||
- Added inspector navigation actions to jump to Data, Map, QA/QC, Exports and AI Labs without hunting through the left navigation.
|
||||
- Kept the existing dataset loading, map layer state, export flow and API clients unchanged.
|
||||
- Added regression coverage for selection quick actions and inspector navigation wiring.
|
||||
|
||||
Tested:
|
||||
- `cd frontend && npm run typecheck`
|
||||
- `cd backend && python -m pytest tests/test_sprint28_dataset_workflow_hook.py tests/test_sprint29_dataset_components.py tests/test_sprint52_workbench_inspector_tabs.py -q`
|
||||
- `cd backend && python -m pytest tests/test_sprint53_selection_ergonomics.py -q`
|
||||
- `cd frontend && npm run build`
|
||||
- `bash scripts/run_readiness_check.sh` (`213 passed`)
|
||||
|
||||
Open:
|
||||
- Commit, push, deploy to Tower and verify browser-facing runtime.
|
||||
|
||||
Limitations:
|
||||
- This pass remains UI orchestration only. It does not add features, change API contracts, alter migrations, fetch live providers or enable new AI models.
|
||||
|
||||
Next recommended pass:
|
||||
- Verify dataset quick actions with demo data on Tower, then improve populated map/detail readability if needed.
|
||||
|
||||
+2
-1
@@ -322,4 +322,5 @@ This file now starts with the current implementation status. Older preparation/b
|
||||
- [x] Polish Data, Map and AI Labs workspaces.
|
||||
- [x] Polish QA/QC and Exports workspaces.
|
||||
- [x] Add selected-object inspector detail tabs for project, AOI, dataset, QA check, export and AI run context.
|
||||
- [ ] Improve map/dataset selection ergonomics from the workbench canvas and inspector.
|
||||
- [x] Improve map/dataset selection ergonomics from the workbench canvas and inspector.
|
||||
- [ ] Improve populated map/detail readability after a demo workflow run.
|
||||
|
||||
Reference in New Issue
Block a user