Mark Task 1 as verified done and update notes

This commit is contained in:
2026-03-22 13:13:29 +01:00
parent 136f21ecbe
commit b15629a078

View File

@@ -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. **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) ### 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 **Priority**: Low
**Refactoring ref**: Refactoring.md §12 **Refactoring ref**: Refactoring.md §12