- New directory: docs/tasks-index/ with individual task markdown files - Each task = separate file with frontmatter (priority, status, blocker flag) - Sample tasks created: #26, #87, #94, #99 - README explains structure and relationship to full task docs Benefits for Trinity: - Decap CMS shows clean task list at firefrostgaming.com/admin - Click any task → edit just that task - Blockers auto-sort to top - Mobile-friendly individual entries - Replaces monolithic BLOCKERS.md + BACKLOG.md files in UI Next: Update Decap CMS config to point at tasks-index folder
876 B
876 B
task_number, title, status, priority, is_blocker, tags, owner, estimated_hours
| task_number | title | status | priority | is_blocker | tags | owner | estimated_hours | |||
|---|---|---|---|---|---|---|---|---|---|---|
| 94 | Global Restart Scheduler | Planned | P1-High | false |
|
Michael | 12 |
Task #94: Global Restart Scheduler
Reduce manual server restart work with automated scheduling
Overview
680-line complete specification exists for a centralized restart scheduling system with drag-and-drop interface.
Features
- Database schema designed
- Express routes planned
- EJS/HTMX templates specified
- SortableJS drag-and-drop interface
- Pterodactyl API sync with rate limiting
Why It Matters
- Saves hours per week on manual restart coordination
- Prevents server drift and memory leaks
- Professional appearance (scheduled maintenance)
Full Documentation
See: docs/tasks/task-094-global-restart-scheduler/ for complete 680-line specification.