Extract export and QA frontend workflows
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
## Sprint 27 export and QA workflow hook hardening (2026-06-17)
|
||||
|
||||
Changed:
|
||||
- Moved Export Center orchestration state and API calls from `frontend/src/App.tsx` into `frontend/src/hooks/useExportWorkflow.ts`.
|
||||
- Moved QA/QC comparison state and persisted quality-check listing from `frontend/src/App.tsx` into `frontend/src/hooks/useQualityWorkflow.ts`.
|
||||
- Added regression tests to verify App uses export/quality hooks and still wires QA/QC results plus ExportCenter callbacks.
|
||||
- Updated frontend README, TODO and changelog docs.
|
||||
|
||||
Validation:
|
||||
- `python -m pytest backend/tests/test_sprint27_frontend_workflow_hooks.py backend/tests/test_sprint26_frontend_workflow_hooks.py` passed: 8 tests.
|
||||
- `python -m compileall backend/app` passed.
|
||||
- `cd backend && python -m pytest` passed: 164 tests.
|
||||
- `cd frontend && npm run typecheck` passed.
|
||||
- `cd frontend && npm run build` passed.
|
||||
- `bash scripts/run_readiness_check.sh` passed: 164 backend tests, frontend typecheck/build, Alembic head check and script syntax checks.
|
||||
- `cd backend && python -m alembic heads` passed: single head `202606120900`.
|
||||
- `cd backend && python -m alembic upgrade head --sql` passed.
|
||||
- `bash -n scripts/live_migration_smoke.sh` passed.
|
||||
|
||||
Notes:
|
||||
- No API contracts, backend behavior, migrations, product features, provider fetching, AI behavior or UI redesign changed.
|
||||
- Local Windows Docker CLI was unavailable (`docker` command not found); Tower deployment remains handled through `scripts/deploy_tower.ps1`.
|
||||
- Next maintainability pass should extract dataset/raster/vector operation workflows from `App.tsx`.
|
||||
|
||||
## Sprint 26 frontend workflow hook hardening (2026-06-17)
|
||||
|
||||
Changed:
|
||||
|
||||
+2
-1
@@ -37,7 +37,8 @@ This file now starts with the current implementation status. Older preparation/b
|
||||
- [x] Live Docker/PostGIS validation on Tower/Unraid.
|
||||
- [x] Real YOLO compatibility smoke with optional AI extras and local model file.
|
||||
- [x] Detection and segmentation workflow hook extraction beyond Sprint 10.
|
||||
- [ ] Further frontend state/module decomposition for datasets, exports and QA/QC.
|
||||
- [x] Export and QA/QC workflow hook extraction beyond Sprint 10.
|
||||
- [ ] Further frontend state/module decomposition for datasets and raster/vector operations.
|
||||
|
||||
## Sprint 8 status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user