var kanbanData = [
{ Id: 1, Status:
"Open", Summary: "Analyze the new requirements gathered from
the customer.", Type: "Story", Priority: "Low",
Tags: "Analyze,Customer", Estimate: 3.5, Assignee: "Andrew
Fuller", ImgUrl: "/images/kanban/1.png", RankId: 1, isCardCollapsed: true
},
{ Id: 2, Status: "InProgress",
Summary: "Improve application performance", Type:
"Improvement", Priority: "Normal", Tags:
"Improvement", Estimate: 6, Assignee: "Andrew Fuller",
ImgUrl: "/images/kanban/2.png", RankId: 1, isCardCollapsed: false },
];
|