decommission: Remove tasks collection from Decap CMS
Task tracking moved to PostgreSQL + Discord ChatOps + Trinity Console. Decap CMS tasks collection removed from admin config. Master Task List core doc reference also removed. Rest of Decap CMS collections remain as document browser. Chronicler #78 | firefrost-website
This commit is contained in:
@@ -23,46 +23,6 @@ media_folder: "docs/branding"
|
||||
public_folder: "/branding"
|
||||
|
||||
collections:
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# 🔥 TASKS - INDIVIDUAL TASK FILES (BLOCKERS FIRST)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
- name: "tasks"
|
||||
label: "🔥 TASKS"
|
||||
folder: "tasks"
|
||||
create: true
|
||||
extension: "md"
|
||||
slug: "task-{{number}}-{{slug}}"
|
||||
identifier_field: "title"
|
||||
summary: "Task #{{number}}: {{title}}"
|
||||
sortable_fields: ["priority", "status", "number", "blocker"]
|
||||
sort: "priority:asc"
|
||||
view_filters:
|
||||
- label: "Blockers Only"
|
||||
field: "blocker"
|
||||
pattern: true
|
||||
- label: "High Priority (P1)"
|
||||
field: "priority"
|
||||
pattern: "P1"
|
||||
- label: "In Progress"
|
||||
field: "status"
|
||||
pattern: "In Progress"
|
||||
- label: "Completed"
|
||||
field: "status"
|
||||
pattern: "Complete"
|
||||
fields:
|
||||
- {label: "Task Number", name: "number", widget: "number", value_type: "int", min: 1, hint: "Unique task ID"}
|
||||
- {label: "Title", name: "title", widget: "string", hint: "Short descriptive title"}
|
||||
- {label: "Priority", name: "priority", widget: "select", options: ["P0-Blocker", "P1-High", "P2-Medium", "P3-Low", "P4-Personal"], default: "P2-Medium"}
|
||||
- {label: "Status", name: "status", widget: "select", options: ["Planned", "In Progress", "Blocked", "Complete"], default: "Planned"}
|
||||
- {label: "⚠️ Launch Blocker", name: "blocker", widget: "boolean", default: false, hint: "Critical for soft launch"}
|
||||
- {label: "Owner", name: "owner", widget: "select", options: ["Michael", "Meg", "Holly", "Trinity"], default: "Michael"}
|
||||
- {label: "Tags", name: "tags", widget: "list", required: false, hint: "Categories: commercial, automation, documentation, etc."}
|
||||
- {label: "Estimated Hours", name: "estimated_hours", widget: "number", required: false, value_type: "int", min: 0}
|
||||
- {label: "Completed Date", name: "completed_date", widget: "date", required: false, format: "YYYY-MM-DD"}
|
||||
- {label: "Blocked By", name: "blocked_by", widget: "string", required: false, hint: "What's blocking this task?"}
|
||||
- {label: "Full Spec Path", name: "full_spec", widget: "string", required: false, hint: "Path to detailed docs"}
|
||||
- {label: "Task Details", name: "body", widget: "markdown", hint: "Overview, next steps, links to full docs"}
|
||||
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# CORE DOCUMENTS (Single Files)
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
@@ -74,12 +34,6 @@ collections:
|
||||
file: "SESSION-HANDOFF-NEXT.md"
|
||||
fields:
|
||||
- {label: "Content", name: "body", widget: "markdown"}
|
||||
|
||||
- label: "Master Task List"
|
||||
name: "tasks"
|
||||
file: "docs/core/tasks.md"
|
||||
fields:
|
||||
- {label: "Content", name: "body", widget: "markdown"}
|
||||
|
||||
- label: "Infrastructure Manifest"
|
||||
name: "infrastructure"
|
||||
|
||||
Reference in New Issue
Block a user