Refactor ban management with domain models and mappers
- Add ban domain model for core business logic separation - Implement mapper pattern for DTO/domain conversions - Update ban service with new domain-driven approach - Refactor router endpoints to use new architecture - Add comprehensive mapper tests - Update documentation with architecture changes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
1
backend/tests/test_mappers/__init__.py
Normal file
1
backend/tests/test_mappers/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Tests for response mappers."""
|
||||
Reference in New Issue
Block a user