Polish QA and export workspaces
This commit is contained in:
@@ -2091,3 +2091,27 @@ Limitations:
|
||||
|
||||
Next recommended pass:
|
||||
- Deploy to Tower and verify the Data, Map and AI Labs workspaces on `http://192.168.10.150:1202`.
|
||||
|
||||
## Sprint 51 QA/QC and export workspace polish (2026-06-17)
|
||||
|
||||
Changed:
|
||||
- Refined the QA/QC workspace so persisted checks are shown as summary tiles, quality-check cards and metric chips instead of a raw nested list.
|
||||
- Refined the Exports workspace with grouped export actions, latest-export status, artifact history cards and a framed JSON/GeoJSON preview panel.
|
||||
- Kept the existing `useQualityWorkflow` and `useExportWorkflow` dataflow intact; no API client calls or backend contracts changed.
|
||||
- Added regression coverage for the polished QA/QC and Exports workspace structure.
|
||||
|
||||
Tested:
|
||||
- `cd frontend && npm run typecheck`
|
||||
- `cd backend && python -m pytest tests/test_sprint27_frontend_workflow_hooks.py tests/test_sprint30_workbench_components.py tests/test_sprint47_workbench_interaction_smoke.py -q`
|
||||
- `cd backend && python -m pytest tests/test_sprint51_quality_export_polish.py -q`
|
||||
- `cd frontend && npm run build`
|
||||
- `bash scripts/run_readiness_check.sh` (`207 passed`)
|
||||
|
||||
Open:
|
||||
- Commit, push, deploy to Tower and verify the browser-facing workbench.
|
||||
|
||||
Limitations:
|
||||
- This pass remains UI polish only. It does not add product capabilities, change API contracts, alter migrations, fetch live providers or enable new AI models.
|
||||
|
||||
Next recommended pass:
|
||||
- Verify QA/QC and Exports on the deployed Tower workbench, then continue with selected-object inspector detail tabs.
|
||||
|
||||
+4
-1
@@ -318,4 +318,7 @@ This file now starts with the current implementation status. Older preparation/b
|
||||
- [x] Replace the one-page workflow panel stack with a task-based workbench shell.
|
||||
- [x] Add persistent project/AOI/dataset/layer context.
|
||||
- [x] Move selected dataset details into a persistent inspector.
|
||||
- [ ] Deploy the shell refactor to Tower and run live browser smoke on port 1202.
|
||||
- [x] Deploy the shell refactor to Tower and run live browser smoke on port 1202.
|
||||
- [x] Polish Data, Map and AI Labs workspaces.
|
||||
- [x] Polish QA/QC and Exports workspaces.
|
||||
- [ ] Add selected-object inspector detail tabs for project, AOI, dataset, QA check, export and AI run context.
|
||||
|
||||
Reference in New Issue
Block a user