feat: create pop up in rekapitulasi keluhan per tanggal
This commit is contained in:
@ -586247,6 +586247,74 @@ export const dummyData = {
|
||||
"total_dibawah_sla_recovery": 17,
|
||||
"total_diatas_sla_recovery": 23
|
||||
}
|
||||
],
|
||||
rekapitulasiKeluhanPerTanggal: [
|
||||
{
|
||||
"id_uid": 32,
|
||||
"nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT",
|
||||
"tanggal_lapor": "02/12/2023",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"total_durasi_response": 17635,
|
||||
"avg_durasi_response": 17635,
|
||||
"min_durasi_response": 17635,
|
||||
"max_durasi_response": 17635,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"total_durasi_recovery": 7802160,
|
||||
"avg_durasi_recovery": 7802160,
|
||||
"min_durasi_recovery": 7802160,
|
||||
"max_durasi_recovery": 7802160,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 1
|
||||
},
|
||||
{
|
||||
"id_uid": 32,
|
||||
"nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT",
|
||||
"tanggal_lapor": "02/12/2023",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"total_durasi_response": 17635,
|
||||
"avg_durasi_response": 17635,
|
||||
"min_durasi_response": 17635,
|
||||
"max_durasi_response": 17635,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"total_durasi_recovery": 7802160,
|
||||
"avg_durasi_recovery": 7802160,
|
||||
"min_durasi_recovery": 7802160,
|
||||
"max_durasi_recovery": 7802160,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 1
|
||||
},
|
||||
{
|
||||
"id_uid": 32,
|
||||
"nama_uid": "WILAYAH SULAWESI SELATAN, TENGGARA DAN BARAT",
|
||||
"tanggal_lapor": "02/12/2023",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"total_durasi_response": 17635,
|
||||
"avg_durasi_response": 17635,
|
||||
"min_durasi_response": 17635,
|
||||
"max_durasi_response": 17635,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"total_durasi_recovery": 7802160,
|
||||
"avg_durasi_recovery": 7802160,
|
||||
"min_durasi_recovery": 7802160,
|
||||
"max_durasi_recovery": 7802160,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user