major-domo-v2/commands/transactions
Cal Corum 5bdf0a02f2
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m7s
fix: dynamic roster type detection in /trade add-player (#29)
Replaces hardcoded RosterType.MAJOR_LEAGUE for from_roster and to_roster
with detection based on player.team.roster_type() and dest_team.roster_type().
If player.team is not populated (search endpoint returns team_id only),
fetches full team via team_service.get_team() to obtain roster type.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 00:07:37 -06:00
..
__init__.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
CLAUDE.md Update transaction docs for trade acceptance workflow 2025-12-04 13:57:17 -06:00
DESIGN.md Transactions cog in place 2025-09-24 09:32:04 -05:00
dropadd.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
ilmove.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
management.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
trade_channel_tracker.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
trade_channels.py CLAUDE: Fix trade system bugs and add smart channel updates 2025-10-09 20:55:19 -05:00
trade.py fix: dynamic roster type detection in /trade add-player (#29) 2026-03-03 00:07:37 -06:00