Antrian-Apps/db.json
2025-02-27 16:32:05 +07:00

116 lines
2.8 KiB
JSON

{
"operators": [
{
"id": "O001",
"name": "Rina Wijaya",
"email": "rina@example.com",
"queues": [
{
"queue_id": "Q12345",
"customer": {
"id": "C001",
"name": "Budi Santoso",
"phone": "+628123456789",
"email": "budi@example.com"
},
"service": {
"id": "J0001",
"name": "siap_print"
},
"status": "In Progress",
"created_at": "2025-02-27T08:30:00Z"
},
{
"queue_id": "Q12346",
"customer": {
"id": "C002",
"name": "Siti Aminah",
"phone": "+628987654321",
"email": "siti@example.com"
},
"service": {
"id": "J0001",
"name": "siap_print"
},
"status": "Waiting",
"created_at": "2025-02-27T09:00:00Z"
}
]
},
{
"id": "O002",
"name": "Doni Saputra",
"email": "doni@example.com",
"queues": [
{
"queue_id": "Q12347",
"customer": {
"id": "C003",
"name": "Ahmad Fauzi",
"phone": "+6285566778899",
"email": "ahmad@example.com"
},
"service": {
"id": "J0002",
"name": "design"
},
"status": "Completed",
"created_at": "2025-02-27T09:30:00Z"
},
{
"queue_id": "Q12348",
"customer": {
"id": "C004",
"name": "Lina Kusuma",
"phone": "+6289988776655",
"email": "lina@example.com"
},
"service": {
"id": "J0003",
"name": "fotocopy"
},
"status": "In Progress",
"created_at": "2025-02-27T10:00:00Z"
}
]
},
{
"id": "O003",
"name": "Sari Ningsih",
"email": "sari@example.com",
"queues": [
{
"queue_id": "Q12349",
"customer": {
"id": "j000",
"name": "Rudi Hartono",
"phone": "+6287711223344",
"email": "rudi@example.com"
},
"service": {
"id": "J0002",
"name": "design"
},
"status": "Waiting",
"created_at": "2025-02-27T10:30:00Z"
},
{
"queue_id": "Q12350",
"customer": {
"id": "C006",
"name": "Dewi Anggraini",
"phone": "+6286677889900",
"email": "dewi@example.com"
},
"service": {
"id": "J0001",
"name": "siap_print"
},
"status": "Completed",
"created_at": "2025-02-27T11:00:00Z"
}
]
}
]
}