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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user