major-domo-v2/commands/admin
Claude 8c7df1044d
CLAUDE: Refactor admin-process-transactions to use service layer
Updated the /admin-process-transactions command to follow the proper
service layer architecture instead of accessing API clients directly.

Changes:
- Use transaction_service.get_all_items() to fetch transactions
- Use player_service.update_player_team() to update player rosters
- Work with Transaction model objects instead of raw API dictionaries
- Added player_service import

This follows the established pattern of using service layer methods
for all API interactions, improving code consistency and maintainability.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 03:36:52 +00:00
..
__init__.py CLAUDE: Add automated weekly transaction freeze/thaw system 2025-10-20 12:16:13 -05:00
league_management.py CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00
management.py CLAUDE: Refactor admin-process-transactions to use service layer 2025-11-07 03:36:52 +00:00
users.py CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00