Skip to content

Instantly share code, notes, and snippets.

@imliam
Last active May 24, 2017 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imliam/5308f6b0881ce111617a196ae62a865d to your computer and use it in GitHub Desktop.
Save imliam/5308f6b0881ce111617a196ae62a865d to your computer and use it in GitHub Desktop.
Test data for Kendo UI Gantt chart
callback({
"id": "00000000-0000-0000-0000-000000000001",
"name": "Scrum with team",
"description": "",
"date_started": "2017-04-10T00:00:00Z",
"date_due": "2017-04-11T00:00:00Z",
"assignee": [
],
"responsible_user": "00000000-0000-0000-0000-000000000000",
"dependencies": [
],
"summary": true,
"expanded": true
})
callback([
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Scrum with team",
"description": "",
"date_started": "2017-04-10T00:00:00Z",
"date_due": "2017-04-11T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "user"
},
"responsible_user": "00000000-0000-0000-0000-000000000000",
"dependencies": [
],
"summary": true,
"expanded": true
},
{
"id": "11111111-1111-1111-1111-111111111111",
"name": "Talk with Adan",
"description": "",
"date_started": "2017-04-10T00:00:00Z",
"date_due": "2017-04-11T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
],
"parent": "00000000-0000-0000-0000-000000000000"
},
{
"id": "22222222-2222-2222-2222-222222222222",
"name": "Talk with Matthew",
"description": "",
"date_started": "2017-04-10T09:00:00Z",
"date_due": "2017-04-11T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
],
"parent": "00000000-0000-0000-0000-000000000000"
},
{
"id": "33333333-3333-3333-3333-333333333333",
"name": "Talk with Mike",
"description": "",
"date_started": "2017-04-10T09:00:00Z",
"date_due": "2017-04-11T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
],
"parent": "00000000-0000-0000-0000-000000000000"
},
{
"id": "44444444-4444-4444-4444-444444444444",
"name": "Develop",
"description": "",
"date_started": "2017-04-10T00:00:00Z",
"date_due": "2017-04-15T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
]
},
{
"id": "55555555-5555-5555-5555-555555555555",
"name": "Release",
"description": "",
"date_started": "2017-04-13T00:00:00Z",
"date_due": "2017-04-14T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
]
},
{
"id": "66666666-6666-6666-6666-666666666666",
"name": "Sprint Recap",
"description": "",
"date_started": "2017-04-14T00:00:00Z",
"date_due": "2017-04-15T00:00:00Z",
"assignee": {
"assignee_id": "00000000-0000-0000-0000-000000000000",
"assignee_type": "group"
},
"responsible_user": null,
"dependencies": [
]
}
])
callback([
{
"id": 1,
"predecessor_id": "11111111-1111-1111-1111-111111111111",
"successor_id": "22222222-2222-2222-2222-222222222222",
"type": 1
},
{
"id": 2,
"predecessor_id": "11111111-1111-1111-1111-111111111111",
"successor_id": "33333333-3333-3333-3333-333333333333",
"type": 1
},
{
"id": 3,
"predecessor_id": "00000000-0000-0000-0000-000000000000",
"successor_id": "44444444-4444-4444-4444-444444444444",
"type": 1
},
{
"id": 4,
"predecessor_id": "44444444-4444-4444-4444-444444444444",
"successor_id": "55555555-5555-5555-5555-555555555555",
"type": 1
},
{
"id": 5,
"predecessor_id": "00000000-0000-0000-0000-000000000000",
"successor_id": "66666666-6666-6666-6666-666666666666",
"type": 1
}
])
callback([
{
"id": 1,
"resource_id": 1,
"task_id": "00000000-0000-0000-0000-000000000000",
"units": 1
},
{
"id": 2,
"resource_id": 2,
"task_id": "00000000-0000-0000-0000-000000000000",
"units": 1
},
{
"id": 3,
"resource_id": 3,
"task_id": "00000000-0000-0000-0000-000000000000",
"units": 1
},
{
"id": 4,
"resource_id": 4,
"task_id": "00000000-0000-0000-0000-000000000000",
"units": 1
},
{
"id": 5,
"resource_id": 3,
"task_id": "55555555-5555-5555-5555-555555555555",
"units": 1
},
{
"id": 6,
"resource_id": 1,
"task_id": "66666666-6666-6666-6666-666666666666",
"units": 1
},
{
"id": 7,
"resource_id": 2,
"task_id": "66666666-6666-6666-6666-666666666666",
"units": 1
},
{
"id": 8,
"resource_id": 3,
"task_id": "66666666-6666-6666-6666-666666666666",
"units": 1
},
{
"id": 9,
"resource_id": 4,
"task_id": "66666666-6666-6666-6666-666666666666",
"units": 1
}
])
callback([
{
"id": 1,
"name": "Liam",
"colors": {
"background": "#cccccc",
"text": "#111111"
}
},
{
"id": 2,
"name": "Mike",
"colors": {
"background": "#cccccc",
"text": "#111111"
}
},
{
"id": 3,
"name": "Matt",
"colors": {
"background": "#ff69b4",
"text": "#ffffff"
}
},
{
"id": 4,
"name": "Adan",
"colors": {
"background": "#cccccc",
"text": "#111111"
}
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment