Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Created July 19, 2018 22:33
Show Gist options
  • Save OtavioBraga/5fd2a5442f7cb9318ae8be89bff357c1 to your computer and use it in GitHub Desktop.
Save OtavioBraga/5fd2a5442f7cb9318ae8be89bff357c1 to your computer and use it in GitHub Desktop.
[{
"title": "Chamadas",
"data": [{
"id": "1",
"date": "14 de abril de 2018",
"status": "calling",
"ticketNumber": "N45",
"place": "Hospital Unimed",
"estimatedTime": "45 minutos"
},
{
"id": "2",
"date": "14 de abril de 2018",
"status": "calling",
"ticketNumber": "N45",
"place": "Empresarial Shopping Caruaru",
"estimatedTime": "45 minutos"
}
]
},
{
"title": "Atendimento próximo",
"data": [{
"id": "5",
"date": "14 de abril de 2018",
"status": "waiting",
"ticketNumber": "N45",
"place": "Hospital Unimed",
"estimatedTime": "45 minutos"
}]
},
{
"title": "Aguardando",
"data": [{
"id": "8",
"date": "14 de abril de 2018",
"status": "waiting",
"ticketNumber": "N45",
"place": "Hospital Unimed",
"estimatedTime": "45 minutos"
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment