feat: create pop up in rekapitulasi keluhan per tanggal

This commit is contained in:
kur0nek-o
2024-03-11 15:35:27 +07:00
parent 426066f361
commit c029624488
2 changed files with 806 additions and 117 deletions

View File

@ -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
}
]
}
}