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