From 3c399decc7e0ad15f64b95c35b744e7340a5a098 Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Wed, 19 Nov 2025 10:10:50 +0700 Subject: [PATCH] refactor: standardization of verification data --- Controllers/ChecklistHarianController.cs | 10 +++++----- Controllers/LaporanRwController.cs | 10 +++++----- Controllers/LaporanRwRwController.cs | 14 +++++++------- Views/ChecklistHarian/Index.cshtml | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Controllers/ChecklistHarianController.cs b/Controllers/ChecklistHarianController.cs index bb8ebb6..ff3576c 100644 --- a/Controllers/ChecklistHarianController.cs +++ b/Controllers/ChecklistHarianController.cs @@ -32,7 +32,7 @@ namespace BpsRwApp.Controllers material_daur_ulang = 8, b3 = 1, residu = 3, - status = "
Sudah Diverifikasi
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
" @@ -54,7 +54,7 @@ namespace BpsRwApp.Controllers material_daur_ulang = 11, b3 = 2, residu = 6, - status = "
Sudah Diverifikasi
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
" @@ -76,7 +76,7 @@ namespace BpsRwApp.Controllers material_daur_ulang = 12, b3 = 1, residu = 4, - status = "
Sudah Diverifikasi
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
" @@ -87,7 +87,7 @@ namespace BpsRwApp.Controllers material_daur_ulang = 13, b3 = 2, residu = 5, - status = "
Sudah Diverifikasi
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
" @@ -109,7 +109,7 @@ namespace BpsRwApp.Controllers material_daur_ulang = 14, b3 = 3, residu = 6, - status = "
Sudah Diverifikasi
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
" diff --git a/Controllers/LaporanRwController.cs b/Controllers/LaporanRwController.cs index 38fff25..c0b1663 100644 --- a/Controllers/LaporanRwController.cs +++ b/Controllers/LaporanRwController.cs @@ -50,7 +50,7 @@ namespace BpsRwApp.Controllers rw = 04, bulan = "Februari", rumah_aktif_memilah = 790, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
", @@ -60,7 +60,7 @@ namespace BpsRwApp.Controllers rw = 05, bulan = "Oktober", rumah_aktif_memilah = 750, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
", @@ -70,7 +70,7 @@ namespace BpsRwApp.Controllers rw = 06, bulan = "Agustus", rumah_aktif_memilah = 780, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
", @@ -80,7 +80,7 @@ namespace BpsRwApp.Controllers rw = 07, bulan = "Juli", rumah_aktif_memilah = 553, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
", @@ -90,7 +90,7 @@ namespace BpsRwApp.Controllers rw = 08, bulan = "Januari", rumah_aktif_memilah = 582, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", aksi = "
" + "Detail" + "
", diff --git a/Controllers/LaporanRwRwController.cs b/Controllers/LaporanRwRwController.cs index 8ebf928..0b7b29d 100644 --- a/Controllers/LaporanRwRwController.cs +++ b/Controllers/LaporanRwRwController.cs @@ -42,43 +42,43 @@ namespace BpsRwApp.Controllers new { bulan = "April", rumah_aktif_memilah = 88, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "Mei", rumah_aktif_memilah = 90, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "Juni", rumah_aktif_memilah = 72, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "Juli", rumah_aktif_memilah = 81, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "Agustus", rumah_aktif_memilah = 65, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "September", rumah_aktif_memilah = 90, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, new { bulan = "Oktober", rumah_aktif_memilah = 72, - status = "
Verifikasi Sudin
", + status = "
Verifikasi
", gambar = "Lihat Gambar" }, }; diff --git a/Views/ChecklistHarian/Index.cshtml b/Views/ChecklistHarian/Index.cshtml index 34ebfa4..e8ced1d 100644 --- a/Views/ChecklistHarian/Index.cshtml +++ b/Views/ChecklistHarian/Index.cshtml @@ -33,7 +33,7 @@ @await Html.PartialAsync("_TabIndexSemua") - +
@await Html.PartialAsync("_TabIndexSudahVerifikasi")