Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

each of the chart will have unique data params and response in a distinct API calls.

MDMS Configuration

FSTP Plant Info

The FSTP plant info contains plant operational capacity per day of each ULB and other plant related information. It is required to calculate the fstp capacity utilization in percentage form. MDMS file details: https://github.com/egovernments/egov-mdms-data/blob/DEV/data/pb/FSM/FSTPPlantInfo.json

Code Block
{
	"MdmsCriteria": {
		"tenantId": "pb",
		"moduleDetails": [{
			"moduleName": "dss-dashboard",
			"masterDetails": [{
				"name": "dashboard-config"
			}]
		}, {
			"moduleName": "FSM",
			"masterDetails": [{
				"name": "FSTPPlantInfo"
			}]
		}]
	}
}

UI Components

Fundamentally DSS has various functionalities including filtering of data, charts and drill-down charts with download PDF, Image and .XLS files. This is achieved by various components utilizing external plugins and internal services

...