Skip to content

Instantly share code, notes, and snippets.

/tasks.json Secret

Created December 22, 2017 18:32
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 anonymous/f85d3df0e776ba89b79c31764562d584 to your computer and use it in GitHub Desktop.
Save anonymous/f85d3df0e776ba89b79c31764562d584 to your computer and use it in GitHub Desktop.
tasks.json
[{
"task_id": "1",
"created_by": "2",
"support_by": "NULL",
"customer_id": "7",
"request_of": "Ellen Olvera",
"description": "Sed ornare ex maximus varius finibus.",
"status_task": "PENDIENTE",
"start_date": "2017-10-28 11:59:54",
"finish_date": ""
},{
"task_id": "2",
"created_by": "2",
"support_by": "NULL",
"customer_id": "4",
"request_of": "Mahoma Cedillo",
"description": "Suspendisse nec metus sollicitudin, faucibus tellus ac.",
"status_task": "EN PROCESO",
"start_date": "2017-10-30 17:47:21",
"finish_date": ""
},{
"task_id": "3",
"created_by": "2",
"support_by": "2",
"customer_id": "8",
"request_of": "Anelsy Tamayo",
"description": "Curabitur quis turpis tincidunt, vestibulum.",
"status_task": "COMPLETADA",
"start_date": "2017-11-01 19:22:41",
"finish_date": "2017-11-01 19:23:28"
},{
"task_id": "4",
"created_by": "2",
"support_by": "2",
"customer_id": "1",
"request_of": "Agripina Espinosa",
"description": "Proin tempus arcu ac tellus hendrerit.",
"status_task": "CANCELADA",
"start_date": "2017-11-06 18:12:39",
"finish_date": "2017-11-06 19:16:03"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment