- Created /tasks/ folder with individual task markdown files - Each task has frontmatter (number, title, priority, status, owner) - Blockers marked with blocker: true field - Sample tasks created: #26, #51, #87, #93, #94, #98, #99 Benefits: - Click individual tasks in Decap CMS instead of editing giant BACKLOG.md - Filter by priority (BLOCKER, P1, P2, P3, etc.) - Sort by status, number, blocker flag - Mobile-friendly (each task = separate entry) - BLOCKERS.md and BACKLOG.md remain as reference docs Task structure: --- number: 26 title: Task Name priority: P1 status: In Progress blocker: false owner: Michael full_spec: docs/tasks/full-spec-location/ --- Task content here...
27 lines
661 B
Markdown
27 lines
661 B
Markdown
---
|
|
number: 26
|
|
title: Modpack Version Checker
|
|
priority: P1
|
|
status: In Progress
|
|
blocker: false
|
|
owner: Michael
|
|
full_spec: docs/tasks/modpack-version-checker/
|
|
---
|
|
|
|
# Task #26: Modpack Version Checker
|
|
|
|
**Commercial product for BuiltByBit** — passive income potential
|
|
|
|
## Status
|
|
Phase 5 code written but not deployed. Blueprint developer mode corrupted after database wipe.
|
|
|
|
## Next Steps
|
|
1. Blueprint reinstallation on Dev Panel
|
|
2. Deploy Phase 5 (UpdateBadge.tsx, cron command, status route)
|
|
3. Testing and publication
|
|
|
|
## Links
|
|
- Full spec: `docs/tasks/modpack-version-checker/`
|
|
- Phases 1-4: Complete
|
|
- Phase 5: Code backed up to `/root/modpackchecker_backup`
|