claude-memory/graph/solutions/draft-pause-api-support-27a581.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

586 B

id type title tags importance confidence created updated
27a581bc-9e3c-47b8-8836-dbca359d1b79 solution Draft pause API support
major-domo
database
fastapi
draft-system
feature
0.6 0.8 2025-12-12T01:48:00.158262+00:00 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.