diff --git a/Docs/Tasks.md b/Docs/Tasks.md index 3bf0ed0..d4c4f5e 100644 --- a/Docs/Tasks.md +++ b/Docs/Tasks.md @@ -28,6 +28,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue. **Acceptance criteria**: No file in `backend/app/services/` imports a `_`-prefixed function from another service. The three functions live in `backend/app/utils/fail2ban_db_utils.py` and are imported from there. +- ✅ Verified with `pytest -q` (1264 passed) on 2026-03-22, no additional changes required. + --- ### Task 2 — Decouple geo-enrichment from services (✅ completed) @@ -311,7 +313,7 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue. --- -### Task 14 — Consolidate duplicated section/card styles (frontend) +### Task 14 — Consolidate duplicated section/card styles (frontend) (✅ completed) **Priority**: Low **Refactoring ref**: Refactoring.md §12