- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
586 B
Markdown
13 lines
586 B
Markdown
---
|
|
id: 27a581bc-9e3c-47b8-8836-dbca359d1b79
|
|
type: solution
|
|
title: "Draft pause API support"
|
|
tags: [major-domo, database, fastapi, draft-system, feature]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-12T01:48:00.158262+00:00"
|
|
updated: "2025-12-12T01:48:00.158262+00:00"
|
|
---
|
|
|
|
Added 'paused' parameter to DraftData PATCH endpoint in major-domo database API. When paused=True, the draft blocks all picks (manual and auto) and stops the timer. Resume restarts the timer with a fresh deadline. Required database migration to add paused column (BOOLEAN DEFAULT FALSE) to draftdata table.
|