Skip to content

1355 - Sprint Board

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

maml
{
  sprint: "Sprint 2"
  tasks: [
    {
      id: "G7B0FL"
      title: "Use the back-end EXE pixel, then you can generate the back-end feed!"
      assignee: "Josianne O'Reilly"
      priority: "medium"
      status: "done"
      points: 13
    }

    {
      id: "5CMN79"
      title: "If we bypass the sensor, we can get to the SDD capacitor through the optical AI driver!"
      assignee: "Freddie Morissette"
      priority: "low"
      status: "in_progress"
      points: 1
    }

    {
      id: "VAH8KV"
      title: "Try to hack the RSS feed, maybe it will connect the redundant program!"
      assignee: "Dane Jast"
      priority: "high"
      status: "review"
      points: 1
    }
  ]
}

See Also