Skip to content

247 - Sprint Board

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

maml
{
  sprint: "Sprint 22"
  tasks: [
    {
      id: "KWSLEG"
      title: "The AI hard drive is down, connect the wireless firewall so we can transmit the COM port!"
      assignee: "Linda Mayer PhD"
      priority: "high"
      status: "done"
      points: 3
    }

    {
      id: "2CSP9L"
      title: "Try to back up the COM array, maybe it will navigate the open-source monitor!"
      assignee: "Miss Marsha Sawayn"
      priority: "high"
      status: "todo"
      points: 13
    }

    {
      id: "USXIOP"
      title: "You can't bypass the bus without hacking the virtual ADP card!"
      assignee: "Betsy Spinka IV"
      priority: "high"
      status: "todo"
      points: 2
    }

    {
      id: "9OK39F"
      title: "You can't parse the port without indexing the primary SSD port!"
      assignee: "Sara Hettinger"
      priority: "critical"
      status: "done"
      points: 8
    }

    {
      id: "ZJQD5H"
      title: "Try to reboot the DNS hard drive, maybe it will quantify the wireless bandwidth!"
      assignee: "Orville Schneider"
      priority: "high"
      status: "in_progress"
      points: 5
    }

    {
      id: "23HAW2"
      title: "We need to synthesize the optical SQL port!"
      assignee: "Jana Dibbert"
      priority: "high"
      status: "todo"
      points: 1
    }
  ]
}

See Also