A dev environment sample file is available here. Make sure to modify this for your deployment.
Global Configuration
This section contains the configurations applicable globally to all UI modules. These need to be configured before service-specific UI configurations.
Create a globalconfig.js file - Steps:
Generate a configuration file named "globalconfigs.js" using the settings provided (refer to the code below).
Set up all the images and logos needed in your S3 storage, and include the links as "footerBWLogoURL" and "footerLogoURL."
Specify the state tenant ID as "stateTenantId."
If any user roles should be marked as invalid, list them under "invalidEmployeeRoles."
Upload this global configuration file to your S3 bucket, naming it "globalconfigs.js."
Make sure to include the URL of the "globalConfigs" file in your Environment config .
MDMS Configuration
The UI Screen configurations required for MUKTA are present in the folder commonMuktaUiConfig.
Click here for the remaining MDMS configurations.
Roles Configuration
Refer to the table in this document for role configurations specific to each screen. Keep in mind that certain configurations may already exist in the MDMS for backend service modules. If they are already present, there's no need to duplicate them.
Localization Configuration
Refer to the sheet here which contains all module-specific localized strings for translations. To convert the UI into other languages, follow the information in this sheet and provide the correct translations in your desired language.
Reference Links
Figma screens for the UI are available here. Refer to them to understand the MUKTA UI.