Skip to content

449 - Sprint Board

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

maml
{
  sprint: "Sprint 25"
  tasks: [
    {
      id: "NY5WUB"
      title: "I'll hack the digital CLI sensor, that should interface the SAS hard drive!"
      assignee: "Sophie Lesch"
      priority: "critical"
      status: "todo"
      points: 5
    }

    {
      id: "LPICP7"
      title: "The SMTP bandwidth is down, copy the digital panel so we can hack the SCSI circuit!"
      assignee: "Loretta Quigley"
      priority: "low"
      status: "review"
      points: 3
    }

    {
      id: "YVZXR0"
      title: "Try to transmit the SCSI bus, maybe it will reboot the bluetooth matrix!"
      assignee: "Jenna Jakubowski"
      priority: "medium"
      status: "in_progress"
      points: 3
    }

    {
      id: "BZYHZ1"
      title: "You can't index the transmitter without programming the open-source SSD card!"
      assignee: "Kristi Halvorson-Blanda"
      priority: "medium"
      status: "review"
      points: 1
    }

    {
      id: "PIPN2D"
      title: "Use the mobile SMTP firewall, then you can generate the wireless application!"
      assignee: "Lorene Corwin"
      priority: "medium"
      status: "review"
      points: 3
    }
  ]
}

See Also