From b15629a078e125afd81f763909e76e32e8ff3ace Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 22 Mar 2026 13:13:29 +0100 Subject: [PATCH] Mark Task 1 as verified done and update notes --- Docs/Tasks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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