Extract export and QA frontend workflows
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 02:28:55 +02:00
parent f38ac47a04
commit fd0000f828
8 changed files with 433 additions and 229 deletions
+7
View File
@@ -7,6 +7,13 @@
# Changelog
## Sprint 27 export and QA workflow hook hardening (2026-06-17)
- Moved Export Center orchestration state and API calls from `App.tsx` into `useExportWorkflow`.
- Moved QA/QC comparison state and persisted quality-check loading from `App.tsx` into `useQualityWorkflow`.
- Added regression coverage to verify `App.tsx` wires the new hooks while export and QA API ownership stays inside focused hooks.
- No API contracts, backend behavior, migrations, product features, provider fetching, AI behavior or UI redesign were introduced.
## Sprint 26 frontend workflow hook hardening (2026-06-17)
- Moved Detection Lab orchestration state and API calls from `App.tsx` into `useDetectionWorkflow`.