Initial commit
This commit is contained in:
205
public/demo/data/tasks.json
Normal file
205
public/demo/data/tasks.json
Normal file
@@ -0,0 +1,205 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Create a New Landing UI",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-13",
|
||||
"endDate": "2022-05-15",
|
||||
"members":[
|
||||
{
|
||||
"name": "Ioni Bowcher",
|
||||
"image": "ionibowcher.png"
|
||||
},
|
||||
{
|
||||
"name": "Amy Elsner",
|
||||
"image": "amyelsner.png"
|
||||
},
|
||||
{
|
||||
"name": "Asiya Javayant",
|
||||
"image": "asiyajavayant.png"
|
||||
}
|
||||
],
|
||||
"completed": false,
|
||||
"status": "Approved",
|
||||
"comments": 3,
|
||||
"attachments": 2
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Create Dashboard",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-16",
|
||||
"endDate": "2022-05-20",
|
||||
"members":[
|
||||
{
|
||||
"name": "Onyama Limba",
|
||||
"image": "onyamalimba.png"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Magalhaes",
|
||||
"image": "ivanmagalhaes.png"
|
||||
}
|
||||
],
|
||||
"completed": false,
|
||||
"status": "Waiting",
|
||||
"comments": 2,
|
||||
"attachments": 4
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Brand logo design",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-17",
|
||||
"endDate": "2022-05-18",
|
||||
"members":[
|
||||
{
|
||||
"name": "Ioni Bowcher",
|
||||
"image": "ionibowcher.png"
|
||||
},
|
||||
{
|
||||
"name": "Amy Elsner",
|
||||
"image": "amyelsner.png"
|
||||
},
|
||||
{
|
||||
"name": "Asiya Javayant",
|
||||
"image": "asiyajavayant.png"
|
||||
}
|
||||
],
|
||||
"completed": null,
|
||||
"status": "Approved",
|
||||
"comments": 4,
|
||||
"attachments": 1
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Create Dashboard",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-20",
|
||||
"endDate": "2022-05-22",
|
||||
"members":[
|
||||
{
|
||||
"name": "Onyama Limba",
|
||||
"image": "onyamalimba.png"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Magalhaes",
|
||||
"image": "ivanmagalhaes.png"
|
||||
}
|
||||
],
|
||||
"completed": null,
|
||||
"status": "Approved",
|
||||
"comments": 1,
|
||||
"attachments": 3
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Rebranding For Peak",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-24",
|
||||
"endDate": "2022-05-26",
|
||||
"members":[
|
||||
{
|
||||
"name": "Ioni Bowcher",
|
||||
"image": "ionibowcher.png"
|
||||
},
|
||||
{
|
||||
"name": "Amy Elsner",
|
||||
"image": "amyelsner.png"
|
||||
}
|
||||
],
|
||||
"completed": false,
|
||||
"status": "Waiting",
|
||||
"comments": 5,
|
||||
"attachments": 2
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Create Mobile UI",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-13",
|
||||
"endDate": "2022-05-15",
|
||||
"members":[
|
||||
{
|
||||
"name": "Onyama Limba",
|
||||
"image": "onyamalimba.png"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Magalhaes",
|
||||
"image": "ivanmagalhaes.png"
|
||||
}
|
||||
],
|
||||
"completed": null,
|
||||
"status": "Approved",
|
||||
"comments": 1,
|
||||
"attachments": 2
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Create a New Marketing Project",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-13",
|
||||
"endDate": "2022-05-15",
|
||||
"members":[
|
||||
{
|
||||
"name": "Ioni Bowcher",
|
||||
"image": "ionibowcher.png"
|
||||
},
|
||||
{
|
||||
"name": "Asiya Javayant",
|
||||
"image": "asiyajavayant.png"
|
||||
},
|
||||
{
|
||||
"name": "Xuxue Feng",
|
||||
"image": "xuxuefeng.png"
|
||||
}
|
||||
],
|
||||
"completed": true,
|
||||
"status": "Complete",
|
||||
"comments": 7,
|
||||
"attachments": 4
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Analyze New Sprint",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-10",
|
||||
"endDate": "2022-05-12",
|
||||
"members":[
|
||||
{
|
||||
"name": "Ioni Bowcher",
|
||||
"image": "ionibowcher.png"
|
||||
}
|
||||
],
|
||||
"completed": true,
|
||||
"status": "Complete",
|
||||
"comments": 3,
|
||||
"attachments": 2
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Create New Icon Set",
|
||||
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Enim eu turpis egestas pretium aenean pharetra magna.",
|
||||
"startDate": "2022-05-13",
|
||||
"endDate": "2022-05-15",
|
||||
"members":[
|
||||
{
|
||||
"name": "Onyama Limba",
|
||||
"image": "onyamalimba.png"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Magalhaes",
|
||||
"image": "ivanmagalhaes.png"
|
||||
},
|
||||
{
|
||||
"name": "Asiya Javayant",
|
||||
"image": "asiyajavayant.png"
|
||||
}
|
||||
],
|
||||
"completed": true,
|
||||
"status": "Complete",
|
||||
"comments": 1,
|
||||
"attachments": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user