fix(FE) : validate number norm & add action, feat user & hak akses

This commit is contained in:
Yusron alamsyah
2026-01-27 10:58:23 +07:00
parent afdb94e942
commit d826b43887
13 changed files with 1283 additions and 34 deletions

No files matched your search

+42
View File
@@ -0,0 +1,42 @@
[
{
"id": 1,
"namaUser": "Dr. John Doe",
"username": "john.doe",
"email": "[email protected]",
"hakAkses": "Dokter",
"status": "aktif"
},
{
"id": 2,
"namaUser": "Admin Sistem",
"username": "admin",
"email": "[email protected]",
"hakAkses": "Super Admin",
"status": "aktif"
},
{
"id": 3,
"namaUser": "Perawat Siti",
"username": "siti.perawat",
"email": "[email protected]",
"hakAkses": "Perawat",
"status": "aktif"
},
{
"id": 4,
"namaUser": "Admin Operasi 1",
"username": "admin.op1",
"email": "[email protected]",
"hakAkses": "Admin Operasi",
"status": "aktif"
},
{
"id": 5,
"namaUser": "RM Staff",
"username": "rm.staff",
"email": "[email protected]",
"hakAkses": "Admin Rekam Medis",
"status": "tidak aktif"
}
]