- Add Prisma models: DataBanjar, DistribusiAgama, DistribusiUmur, MigrasiPenduduk, DinamikaPenduduk - Create seeders for all kependudukan models with year 2026 data - Register Kependudukan API routes in route.ts - Update API findMany endpoints to make tahun parameter optional - Add YearFilter reusable component for admin pages - Update 4 kependudukan admin pages with year filter UI - Fix Mantine color array in AdminThemeProvider (add 10th element) - Fix invalid Mantine color scale in paguTable.tsx (gray.50 -> gray.1) - Add Kependudukan menu to navbar-list-menu.ts - Fix Bun JSON import resolution with loadJsonData helper - Update 74 seeder files to use dynamic JSON loading Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
21 lines
534 B
JSON
21 lines
534 B
JSON
[
|
|
{
|
|
"id": "cmk-daftar-jadwal-001",
|
|
"name": "Ni Luh Ayu Sri Wati",
|
|
"tanggal": "2025-06-10",
|
|
"namaOrtu": "-",
|
|
"nomor": "081234567890",
|
|
"alamat": "Banjar Adat Kauh, Desa Darmasaba",
|
|
"catatan": "Ibu hamil anak ke-2, usia kehamilan 20 minggu"
|
|
},
|
|
{
|
|
"id": "cmk-daftar-jadwal-002",
|
|
"name": "I Ketut Suardana",
|
|
"tanggal": "2025-06-06",
|
|
"namaOrtu": "-",
|
|
"nomor": "081987654321",
|
|
"alamat": "Banjar Adat Kangin, Desa Darmasaba",
|
|
"catatan": "Lansia 72 tahun, riwayat hipertensi"
|
|
}
|
|
]
|