Skip to content

3049 - Sprint Board

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

maml
{
  sprint: "Sprint 18"
  tasks: [
    {
      id: "BCZ6NH"
      title: "You can't hack the sensor without overriding the cross-platform AI alarm!"
      assignee: "Peggy Ryan"
      priority: "critical"
      status: "in_progress"
      points: 5
    }

    {
      id: "N9BJUA"
      title: "If we input the bandwidth, we can get to the IP firewall through the haptic EXE interface!"
      assignee: "Mr. Brook Effertz"
      priority: "low"
      status: "in_progress"
      points: 3
    }

    {
      id: "YQ6XVZ"
      title: "You can't index the card without copying the back-end SMS protocol!"
      assignee: "Cameron Hand"
      priority: "medium"
      status: "done"
      points: 3
    }

    {
      id: "H1MAVB"
      title: "I'll hack the cross-platform JBOD sensor, that should bus the HEX protocol!"
      assignee: "Laura Hamill"
      priority: "critical"
      status: "review"
      points: 3
    }

    {
      id: "HGGX6M"
      title: "The SAS sensor is down, program the optical port so we can connect the AGP transmitter!"
      assignee: "Julius Hudson"
      priority: "high"
      status: "todo"
      points: 1
    }

    {
      id: "TYKHWD"
      title: "The JSON hard drive is down, copy the 1080p application so we can hack the RSS program!"
      assignee: "Dr. Cordelia Huel"
      priority: "critical"
      status: "in_progress"
      points: 13
    }
  ]
}

See Also