Skip to content

1148 - Sprint Board

Agile sprint task board. This is an example of a MAML document.

maml
{
  sprint: "Sprint 45"
  tasks: [
    {
      id: "TJNEYP"
      title: "We need to reboot the mobile CLI program!"
      assignee: "Claude Wisoky"
      priority: "high"
      status: "todo"
      points: 2
    }

    {
      id: "LID7G4"
      title: "If we index the interface, we can get to the RAM panel through the 1080p SCSI feed!"
      assignee: "Veronica Ledner"
      priority: "high"
      status: "review"
      points: 13
    }

    {
      id: "3GHCXE"
      title: "indexing the matrix won't do anything, we need to generate the optical ADP monitor!"
      assignee: "Cristina Balistreri"
      priority: "medium"
      status: "in_progress"
      points: 2
    }

    {
      id: "VTHQUL"
      title: "You can't reboot the driver without calculating the mobile TCP application!"
      assignee: "Abby Rau"
      priority: "high"
      status: "review"
      points: 1
    }
  ]
}

See Also