- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
796 B
796 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 73c88b54-bb32-4f0b-b1cd-c71f0437f2bd | solution | Draft pause/resume feature |
|
0.6 | 0.8 | 2025-12-12T01:58:48.843175+00:00 | 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).