From 5f44435a4b3ca667a65a0803c5544eab6f94eab8 Mon Sep 17 00:00:00 2001 From: busya Date: Tue, 17 Mar 2026 14:36:15 +0300 Subject: [PATCH] docs(027): Mark Final Phase T038-T043 as completed --- specs/027-dataset-llm-orchestration/tasks.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/specs/027-dataset-llm-orchestration/tasks.md b/specs/027-dataset-llm-orchestration/tasks.md index 38a55504..9a21f755 100644 --- a/specs/027-dataset-llm-orchestration/tasks.md +++ b/specs/027-dataset-llm-orchestration/tasks.md @@ -81,12 +81,12 @@ ## Final Phase: Polish & Security -- [ ] T038 Implement `SessionEvent` logger and persistence logic in `backend/src/services/dataset_review/event_logger.py` -- [ ] T039 Implement automatic version propagation logic for updated `SemanticSource` entities -- [ ] T040 Add batch approval API and UI actions for mapping/semantics -- [ ] T041 Add integration tests for Superset version compatibility matrix in `backend/tests/services/dataset_review/test_superset_matrix.py` -- [ ] T042 Final audit of RBAC enforcement across all session-mutation endpoints -- [ ] T043 Verify i18n coverage for all user-facing strings in `frontend/src/lib/i18n/` +- [X] T038 Implement `SessionEvent` logger and persistence logic in `backend/src/services/dataset_review/event_logger.py` +- [X] T039 Implement automatic version propagation logic for updated `SemanticSource` entities +- [X] T040 Add batch approval API and UI actions for mapping/semantics +- [X] T041 Add integration tests for Superset version compatibility matrix in `backend/tests/services/dataset_review/test_superset_matrix.py` +- [X] T042 Final audit of RBAC enforcement across all session-mutation endpoints +- [X] T043 Verify i18n coverage for all user-facing strings in `frontend/src/lib/i18n/` ---