Overview
In a state there will be more than one ULBs (Urban local bodies).
These ULBs are called tenants in our system.
ULB represents a city or a town in a state.
To add a ULB in a state we need to configure those ULBs in mdms.
Pre-requisites
Before you proceed with the configuration, make sure the following pre-requisites are met -
Knowledge of json and how to write a json is required.
Knowledge of mdms data structure is required.
User with permissions to edit the git repository where MDMS data is configured.
Key Functionalities
For login page we have to select city name. Tenant added in mdms shows in city drop-down of login page.
In reports or in the employee inbox page the details related to ULB is displayed from the fetched ulb data which is added in mdms.
Modules i.e., TL,PT,MCS can be enabled or disabled based on the requirement for tenant in mdms.
Deployment Details
After adding the new tenant, the MDMS service needs to be restarted to read the newly added data.
Configuration Details
Configuration steps (Use numbered bullet lists to define the sequence)
{ "tenantId": "uk", "moduleName": "tenant", "tenants": [ { "code": "uk.dehradun", "name": "Dehradun", "description": "Dehradun", "logoId": "https://nagarsewa.uk.gov.in/ukd-egov-assets/uk.dehradun/logo.png", "imageId": null, "domainUrl": "http://nagarnigamdehradun.com/", "type": "CITY", "twitterUrl": "https://twitter.com/DdnNagarnigam", "facebookUrl": "https://www.facebook.com/municipalcommissionerdehradun/", "emailId": "nagar_nigam2008@yahoo.com", "OfficeTimings": { "Mon - Sat": "10.00 AM - 5.00 PM" }, "city": { "name": "Dehradun", "localName": "Dehradun", "districtCode": "49", "districtName": "Dehradun", "regionName": "Gharwal", "ulbGrade": "Municipal Corporation", "longitude": 78.0322, "latitude": 30.3165, "shapeFileLocation": null, "captcha": null, "code": "248430", "regionCode": "1", "municipalityName": "Dehradun Municipal Corporation" }, "address": "Near Doon Hospital, New road, District-Dehradun, Uttarakhand-248001", "contactNumber": "+91 (135) 2653572" } ] }
Integration
Integration Scope
Integration Benefits
Steps to Integration
Reference Docs
Doc Links
Title | Link |
API List
Title | Link |
0 Comments