feat: add measured detection review loop
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 03:00:08 +02:00
parent 94ecd377b7
commit d22abe8e7b
27 changed files with 1578 additions and 29 deletions
@@ -317,7 +317,8 @@ def test_frontend_connects_map_selection_to_existing_detection_and_qa_flows() ->
assert "datasetsApi.acquireOrthophoto" in hook_source
assert "prepareAndRunDetection(datasetId)" in hook_source
assert "compareDetectionRunWithReference" in hook_source
assert "compareDetectionRunWithReference(analysisRunId, referenceDatasetId, false)" in app_source
assert "compareDetectionRunWithReference(analysisRunId, referenceDatasetId, false, iouThreshold)" in app_source
assert "MAP_BUILDING_QA_IOU_THRESHOLD = 0.25" in hook_source
assert "vervoerregio|operationele grens" in app_source
assert "selectionBbox: mapSelectionBbox" in app_source
assert "Maak de rechthoek minstens 128 bij 128 meter groot." in hook_source