- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
586 B
586 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 27a581bc-9e3c-47b8-8836-dbca359d1b79 | solution | Draft pause API support |
|
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.