- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
796 B
Markdown
13 lines
796 B
Markdown
---
|
|
id: 73c88b54-bb32-4f0b-b1cd-c71f0437f2bd
|
|
type: solution
|
|
title: "Draft pause/resume feature"
|
|
tags: [major-domo, discord-bot, draft-system, feature]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-12T01:58:48.843175+00:00"
|
|
updated: "2025-12-12T01:58:48.843175+00:00"
|
|
---
|
|
|
|
Added draft pause/resume functionality to discord-app-v2. When paused: timer stops, deadline set far in future, all /draft picks blocked, auto-draft monitor skips processing. When resumed: timer restarts with fresh deadline, picks allowed again. Key files: models/draft_data.py (paused field), services/draft_service.py (pause_draft/resume_draft methods), commands/draft/admin.py (pause/resume commands), commands/draft/picks.py (pause check), tasks/draft_monitor.py (pause check), views/draft_views.py (status embeds).
|