major-domo-v2/commands/draft
Cal Corum 483f1f492f Fix draft pick API parsing and enhance admin command feedback
Root Cause Fixes:
- Add _extract_items_and_count_from_response() override to DraftPickService
  to handle API returning 'picks' key instead of 'draftpicks'
- Add custom from_api_data() to DraftPick model to handle API field mapping
  (origowner/owner/player -> origowner_id/owner_id/player_id)

Enhancements:
- Add timer status to /draft-admin set-pick success message
  - Shows relative deadline timestamp when timer active
  - Shows "Timer Inactive" when timer not running

Also includes related draft module improvements from prior work.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 15:33:52 -06:00
..
__init__.py CLAUDE: Add complete draft command suite 2025-10-24 22:25:30 -05:00
admin.py Fix draft pick API parsing and enhance admin command feedback 2025-12-10 15:33:52 -06:00
board.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
CLAUDE.md CLAUDE: Add draft period restriction to interactive draft commands 2025-10-25 20:29:16 -05:00
list.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
picks.py Fix draft pick API parsing and enhance admin command feedback 2025-12-10 15:33:52 -06:00
status.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00