Common Configuration Guidelines
Overview
The images and logos are saved in S3 accounts. To ensure they are accessible in the application, these images should be configured as publicly accessible.
The AWS S3 bucket is used to store and configure logos and global configuration files in the Citizen Complaints Resolution System (CCRS). Refer to the AWS S3 Bucket configuration steps for details.
Guidelines
City-Level Logos
Configure city logos in the tenant.json file for each city. These details are part of the master data and can also be updated through the UI screen.
Logo images should be uploaded to S3 buckets, and the corresponding image reference path should be used in the configuration. Update the same in the tenant.json file.
State-Level Logos
Update the state logo and landing page image paths in the stateinfo.json file. 📄 Reference: common-masters.StateInfo.json
Module Mapping Per City
Use the citymodule.json file to map the set of modules enabled for each city tenant.
This determines which modules are enabled or disabled at the city level.
SLA Colour Configuration
Configure SLA colour codes (used in status indicators, UI highlights, etc.) in: 📄 common-masters.wfSlaConfig.json
ID Format Configuration
Define custom ID formats for different services/modules in: 📄 common-masters.IdFormat.json
Last updated
Was this helpful?