feat: introduce users management module with CRUD functionality

- Added a new Users module, including routes for creating, editing, and viewing user details.
- Implemented UI components for user forms and detail views, with validation schemas for user data.
- Integrated language support for English and Indonesian in the users module.
- Developed unit tests for user remote data services and transformers to ensure functionality and reliability.

These changes enhance the application by providing a structured approach to user management, improving user experience and data handling.
This commit is contained in:
shancheas
2026-08-27 10:35:50 +07:00
parent 4d9c83ee83
commit b22ce99840
31 changed files with 1019 additions and 195 deletions
@@ -198,6 +198,10 @@
"jobTitle": "Job Title",
"mobilePhone": "Mobile Phone",
"user": "User",
"username": "Username",
"password": "Password",
"privilege": "Privilege",
"isSuperadmin": "Superadmin",
"role": "Role",
"notes": "Notes",
"isActive": "Active",
@@ -198,6 +198,10 @@
"jobTitle": "Jabatan",
"mobilePhone": "No. HP",
"user": "Pengguna",
"username": "Nama pengguna",
"password": "Kata sandi",
"privilege": "Hak akses",
"isSuperadmin": "Superadmin",
"role": "Peran",
"notes": "Catatan",
"isActive": "Aktif",