Description:
...
ULB Dashboard is having different filters, i.e ULB’s and Wards/Blocks. The data to the filters is loaded from below MDMS api,
https://dev.digit.org/egov-mdms-service/v1/_search
Each ULB dashboard, overview Dashboard and module level pages contains different filters, and are identified by roleName in configs api.
Wards/Blocks filter is dependable filter, which gets loaded on ULB selection.
In ULB dashboard, On page ULB filter will be applied across all the charts and for Performance chart default ULB filter will not be applied .
Overview and all module level page is having ULB dashboard.
...
Filters will be loaded from MDMS api.
https://dev.digit.org/egov-mdms-service/v1/_search
Filters will be loaded on the basis of roleName,
...
Share creates the Image/PDF and upload it S3 using below api and returns file id,
https://mseva-uat.lgpunjab.gov.in/filestore/v1/files
Using file Id file will be fetched using below api,
https://mseva-uat.lgpunjab.gov.in/filestore/v1/files/url
Each S3 image will be shortened using below api,
https://mseva-uat.lgpunjab.gov.in/egov-url-shortening/shortener
5. Configurations:
Github link for config : https://github.com/egovernments/frontend/blob/master/web/dss-dashboard/src/config/configs.js
...
View file | ||
---|---|---|
|
NPM Module Used:
https://docs.google.com/spreadsheets/d/1AdwSGxUZoSmVcSc3PtujGMRCKpNaAEYgAn_8XNTF2vM/edit?usp=sharing
Steps to setup dss in Local :
Step 1: Run as independent , switch to dss-dashboard folder
Step 2: We have to get the below details from environment website and update it the localstorage in the browser.
...