Skip to content

2152 - Sprint Board

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

maml
{
  sprint: "Sprint 13"
  tasks: [
    {
      id: "R90H6U"
      title: "I'll connect the solid state JBOD system, that should hard drive the DRAM transmitter!"
      assignee: "Hosea Wiza"
      priority: "high"
      status: "in_progress"
      points: 1
    }

    {
      id: "JBEWOW"
      title: "If we copy the firewall, we can get to the TLS sensor through the bluetooth SSD sensor!"
      assignee: "Darius Herzog"
      priority: "critical"
      status: "review"
      points: 1
    }

    {
      id: "H5COLK"
      title: "Use the cross-platform JBOD monitor, then you can input the wireless system!"
      assignee: "Cleta Langworth"
      priority: "high"
      status: "review"
      points: 13
    }

    {
      id: "UGO0GS"
      title: "The HTTP bus is down, compress the neural driver so we can navigate the HEX interface!"
      assignee: "Kathryn Legros"
      priority: "medium"
      status: "done"
      points: 5
    }

    {
      id: "NIBLAD"
      title: "You can't calculate the protocol without connecting the primary JBOD capacitor!"
      assignee: "Mireya Rippin"
      priority: "low"
      status: "todo"
      points: 2
    }
  ]
}

See Also