major-domo-database/app/services
OpenClaw 7f94af83a8 fix: Fix exception handling and CSV formatting for DI compatibility
- _format_player_csv: Use stdlib csv instead of db imports for mock compatibility
- Add log_error classmethod to BaseService for error logging without instance
- Replace temp_service.handle_error calls with cls.log_error + proper exception raising
- All methods now properly log errors while maintaining DI compatibility
2026-02-04 13:41:34 +00:00
..
__init__.py refactor: Extract services layer for testability 2026-02-03 15:38:34 +00:00
base.py fix: Fix exception handling and CSV formatting for DI compatibility 2026-02-04 13:41:34 +00:00
interfaces.py fix: Complete dependency injection for PlayerService 2026-02-03 16:49:50 +00:00
mocks.py fix: Complete dependency injection refactor and restore caching 2026-02-04 01:13:46 -06:00
player_service.py fix: Fix exception handling and CSV formatting for DI compatibility 2026-02-04 13:41:34 +00:00
team_service.py fix: Complete dependency injection refactor and restore caching 2026-02-04 01:13:46 -06:00