Skip to content

Instantly share code, notes, and snippets.

@johnzablocki
Created June 3, 2014 10:06
Show Gist options
  • Save johnzablocki/0627d39c8a013047ca58 to your computer and use it in GitHub Desktop.
Save johnzablocki/0627d39c8a013047ca58 to your computer and use it in GitHub Desktop.
NDC Oslo Sample Data
[
{
Description: "Communications system",
Owner: "John",
Effort: 13,
Tasks: [
{
Description: "Develop templating engine",
TimeRemaining: 21,
Assignee: "Stefano",
DueDate: "2014-06-30"
},
{
Description: "Implement SMTP support",
TimeRemaining: 7,
Assignee: "Abraham",
DueDate: "2014-07-07"
},
{
Description: "Implement SMS support",
TimeRemaining: 14,
Assignee: "Abraham",
DueDate: "2014-07-10"
},
{
Description: "Develop Twitter support",
TimeRemaining: 14,
Assignee: "Stefano",
DueDate: "2014-07-07"
}
]
},
{
Description: "New finance system",
Owner: "Molly",
Effort: 21,
Tasks: [
{
Description: "Data model",
TimeRemaining: 7,
Assignee: "Braden",
DueDate: "2014-06-15"
},
{
Description: "Develop payment provider integration",
TimeRemaining: 21,
Assignee: "Simon",
DueDate: "2014-05-21"
},
{
Description: "Develop payment reports",
TimeRemaining: 14,
Assignee: "Abraham",
DueDate: "2014-07-20"
}
]
},
{
Description: "New lead generation tracking system",
Owner: "Molly",
Effort: 13,
Tasks: [
{
Description: "Campaign engine",
TimeRemaining: 28,
Assignee: "Miguel",
DueDate: "2014-06-30"
},
{
Description: "Form builder",
TimeRemaining: 35,
Assignee: "Simon",
DueDate: "2014-07-30"
}
]
},
{
Description: "Reporting system",
Owner: "John",
Effort: 13,
IsComplete: true,
Tasks: [
{
Description: "Research - find reporting tool",
TimeRemaining: 28,
Assignee: "Stefano",
DueDate: "2014-06-30"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment