From 6742d10e4d9f04d9cebadbbea8fb0ff772b6d9e7 Mon Sep 17 00:00:00 2001 From: Kevin Hendrawan Date: Wed, 26 Nov 2025 16:11:07 +0700 Subject: [PATCH] feat:dashboard bsu --- Controllers/Main/DashboardController.cs | 5 + Views/Main/Dashboard/Bsu.cshtml | 210 ++++++++++++++++++++++++ Views/Shared/_SidebarUnified.cshtml | 8 + 3 files changed, 223 insertions(+) create mode 100644 Views/Main/Dashboard/Bsu.cshtml diff --git a/Controllers/Main/DashboardController.cs b/Controllers/Main/DashboardController.cs index 1a1ef63..c0952a1 100644 --- a/Controllers/Main/DashboardController.cs +++ b/Controllers/Main/DashboardController.cs @@ -15,6 +15,11 @@ namespace BankSampahApp.Controllers.Main return View("~/Views/Main/Dashboard/Nasabah.cshtml"); } + public IActionResult Bsu() + { + return View("~/Views/Main/Dashboard/Bsu.cshtml"); + } + [HttpGet] public IActionResult Table(){ var data = new[] diff --git a/Views/Main/Dashboard/Bsu.cshtml b/Views/Main/Dashboard/Bsu.cshtml new file mode 100644 index 0000000..bd6c455 --- /dev/null +++ b/Views/Main/Dashboard/Bsu.cshtml @@ -0,0 +1,210 @@ +@{ + ViewData["Title"] = "Dashboard BSU"; +} + +
+
+ Dashboard BSU +
+
+ +
+ +
+
+ Selamat Datang + BSU Jakarta Timur +
+
+ +
+ +
+
+
+
Total Sampah BSU
+
5,812 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+
+
Total Sampah BSU
+
5,812 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+
+
Total Sampah Offtaker
+
89.4 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+ +
+ +
+
+
+
+
+ + Sampah Daur Ulang Terkelola (Kg) + +
+ +
+ +
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ + + + + + + + + + + +
NoKategori SampahTotal Berat Sampah(Kg)
+
+
+
+ + + +@section Scripts { + + +} \ No newline at end of file diff --git a/Views/Shared/_SidebarUnified.cshtml b/Views/Shared/_SidebarUnified.cshtml index 50b0023..776d974 100644 --- a/Views/Shared/_SidebarUnified.cshtml +++ b/Views/Shared/_SidebarUnified.cshtml @@ -34,6 +34,14 @@ + +
  • + + + Dashboard BSU + +
  • +