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:
@@ -1,5 +1,6 @@
|
||||
export const MODULE_KEY = {
|
||||
PRIVILEGES: 'PRIVILEGES',
|
||||
USERS: 'USERS',
|
||||
CONFIGURATION_DIVISION: 'CONFIGURATION.DIVISION',
|
||||
CONFIGURATION_BRANCH: 'CONFIGURATION.BRANCH',
|
||||
CONFIGURATION_CUSTOMER: 'CONFIGURATION.CUSTOMER',
|
||||
|
||||
Reference in New Issue
Block a user