Overview
MDMS supports the configuration of data at different levels. While we enable a state there can be data that is common to all the ULB’s of the state and data specific to each ULB’s. The data further can be configured at each module level as state-specific or ULB’s specific.
...
The common master data across all ULB’s and modules like department, designation, etc are placed under the common-masters folder which is under the tenant folder of the MDMS repository.
ex: egov-mdms-data/data/pb/common-masters/ Here “pb”is the tenant folder name.
The common master data across all ULB’s and are module-specific are placed in a folder named after each module. These folders are placed directly under the tenant folder.
ex: egov-mdms-data/data/pb/TradeLicense/ Here“pb”is the tenant folder nameand “TradeLicense“ is the module name.
...
Modules data that are specific to each ULB like boundary data, interest, penalty, etc are configured each ULBwise. There will be a folder per ULB under the tenant folder and all the ULB’s module-specific data are placed under this folder.
ex: egov-mdms-data/data/pb/amritsar/TradeLicense/ Here “amritsar“ is the ULB name and “TradeLicense“ is the module name. All the data specific to this module for the ULB are configured inside this folder.
Reference Docs
Doc Links
Title | Link | ||
State Level Common-Master Data | https://github.com/egovernments/egov-mdms-data/tree/DEV/data/pb/common-masters | ||
State Level Module Specific Common-Master Data |
|
| https://github.com/egovernments/egov-mdms-data/tree/DEV/data/pb/TradeLicense |
ULB Specific Data | https://github.com/egovernments/egov-mdms-data/tree/DEV/data/pb/amritsar |
API List
Title | Link | |
|
| |
| API Contract Reference | https://raw.githubusercontent.com/egovernments/egov-services/master/docs/mdms/contract/v1-0-0.yml |