Skip to content

1460 - Sprint Board

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

maml
{
  sprint: "Sprint 42"
  tasks: [
    {
      id: "RKY8KT"
      title: "We need to calculate the virtual COM circuit!"
      assignee: "Orion Funk"
      priority: "low"
      status: "review"
      points: 13
    }

    {
      id: "YZZ9GK"
      title: "You can't compress the monitor without parsing the online CLI circuit!"
      assignee: "Lenore Willms DVM"
      priority: "critical"
      status: "todo"
      points: 2
    }

    {
      id: "HH5GKN"
      title: "The HEX hard drive is down, program the back-end driver so we can parse the JBOD capacitor!"
      assignee: "Marguerite VonRueden"
      priority: "medium"
      status: "review"
      points: 3
    }

    {
      id: "SN7PRL"
      title: "I'll input the back-end AGP feed, that should array the EXE firewall!"
      assignee: "Dr. Mose Larkin-Considine"
      priority: "high"
      status: "review"
      points: 13
    }
  ]
}

See Also