major-domo-v2/commands/draft
Cal Corum ff62529ee3 Add draft pause/resume functionality
- Add paused field to DraftData model
- Add pause_draft() and resume_draft() methods to DraftService
- Add /draft-admin pause and /draft-admin resume commands
- Block picks in /draft command when draft is paused
- Skip auto-draft in draft_monitor when draft is paused
- Update status embeds to show paused state
- Add comprehensive tests for pause/resume

When paused:
- Timer is stopped (set to False)
- Deadline is set far in future
- All /draft picks are blocked
- Auto-draft monitor skips processing

When resumed:
- Timer is restarted with fresh deadline
- Picks are allowed again

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 19:58:37 -06:00
..
__init__.py Add draft monitor auto-start and on-clock announcement embed 2025-12-10 23:04:39 -06:00
admin.py Add draft pause/resume functionality 2025-12-11 19:58:37 -06:00
board.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
CLAUDE.md Add Google Sheets integration for draft pick tracking 2025-12-11 11:18:27 -06:00
list.py Improve draft list command feedback and messaging 2025-12-10 15:58:39 -06:00
picks.py Add draft pause/resume functionality 2025-12-11 19:58:37 -06:00
status.py Add Google Sheets integration for draft pick tracking 2025-12-11 11:18:27 -06:00