Skip to content

548 - Sprint Board

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

maml
{
  sprint: "Sprint 37"
  tasks: [
    {
      id: "UUUQRR"
      title: "If we bypass the hard drive, we can get to the FTP port through the online USB hard drive!"
      assignee: "Ross Bins"
      priority: "critical"
      status: "review"
      points: 3
    }

    {
      id: "WFUPZZ"
      title: "Try to hack the IB array, maybe it will index the online system!"
      assignee: "Silas Brown"
      priority: "medium"
      status: "done"
      points: 13
    }

    {
      id: "9EWJFQ"
      title: "transmitting the card won't do anything, we need to calculate the primary HEX interface!"
      assignee: "Sherwood Klein"
      priority: "critical"
      status: "done"
      points: 3
    }
  ]
}

See Also