{
  "success" : true,
  "tasks"   : {
    "rows" : [
      {
        "id"          : 1,
        "name"        : "Bug with rendering",
        "description" : "Try it on any demo, reproduces easily",
        "status"      : "done",
        "prio"        : "medium",
        "progress"    : 100
      },
      {
        "id"          : 2,
        "name"        : "Add toolbar button",
        "description" : "Must be clickable",
        "status"      : "done",
        "prio"        : "low",
        "progress"    : 95
      },
      {
        "id"          : 3,
        "name"        : "Remove overflow",
        "description" : "It is overflowing everywhere",
        "status"      : "doing",
        "prio"        : "medium",
        "progress"    : 40
      },
      {
        "id"          : 4,
        "name"        : "Test in Safari",
        "description" : "Also remember to test on IOS",
        "status"      : "doing",
        "prio"        : "low",
        "progress"    : 60
      },
      {
        "id"          : 5,
        "name"        : "Write tests",
        "description" : "Boss says we have to",
        "status"      : "todo",
        "prio"        : "high",
        "progress"    : 0
      }
    ]
  }
}
