upd: seeder

Deskripsi:
- tambah data dummy desa untuk testing dan presentasi

No Issues
This commit is contained in:
2026-02-04 17:31:18 +08:00
parent 44b400cfb8
commit 352469ce32
12 changed files with 1248 additions and 5 deletions

View File

@@ -3,5 +3,25 @@
"id": "position1",
"idGroup": "group1",
"name": "Perbekel"
},
{
"id": "pos_ketua_rt01",
"idGroup": "group_rt01",
"name": "Perbekel"
},
{
"id": "pos_sekretaris_rt01",
"idGroup": "group_rt01",
"name": "Sekretaris"
},
{
"id": "pos_bendahara_rt01",
"idGroup": "group_rt01",
"name": "Bendahara"
},
{
"id": "pos_staff_rt01",
"idGroup": "group_rt01",
"name": "Staff"
}
]