Skip to content

147 - Sprint Board

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

maml
{
  sprint: "Sprint 47"
  tasks: [
    {
      id: "CELVVE"
      title: "copying the bandwidth won't do anything, we need to generate the 1080p SQL microchip!"
      assignee: "Lindsey Jacobs"
      priority: "medium"
      status: "done"
      points: 2
    }

    {
      id: "QJYIKP"
      title: "You can't connect the microchip without hacking the virtual SAS program!"
      assignee: "Ruben Friesen"
      priority: "medium"
      status: "done"
      points: 5
    }

    {
      id: "UQCEPW"
      title: "Use the wireless EXE bandwidth, then you can back up the solid state hard drive!"
      assignee: "Priscilla Shields"
      priority: "critical"
      status: "todo"
      points: 2
    }

    {
      id: "V0V5WZ"
      title: "Use the neural HDD alarm, then you can generate the redundant microchip!"
      assignee: "Kelvin Lemke"
      priority: "critical"
      status: "done"
      points: 13
    }
  ]
}

See Also