Steps to Configure URC
MDMS Changes
Feature
Service Name
PR
Added new component for URC
data/pg/FSM/CommonFieldsConfig.JSON
Create UrcConfig.json to enable URC feature
data/pg/angul/FSM/UrcConfig.json
Enabling overRide for tripAmount
data/pg/FSM/Config.json
Added GP data for specific ulb
data/pg/ulb-name/egov-location/boundary-data.json
Create UrcConfig.json and Add GP data for all the ulbs for which the URC feature needs to enable.
Backend Changes
Feature
Service Name
Changes
URC
FSM
UI Changes
https://github.com/egovernments/digit-ui/pull/84
https://github.com/egovernments/digit-ui/pull/85
https://github.com/egovernments/digit-ui/pull/86
https://github.com/egovernments/digit-ui/pull/87
https://github.com/egovernments/digit-ui/pull/88
https://github.com/egovernments/digit-ui/pull/88
https://github.com/egovernments/digit-ui/pull/89
https://github.com/egovernments/digit-ui/pull/90
https://github.com/egovernments/digit-ui/pull/91
https://github.com/egovernments/digit-ui/pull/92
https://github.com/egovernments/digit-ui/pull/93
https://github.com/egovernments/digit-ui/pull/95
https://github.com/egovernments/digit-ui/pull/96
https://github.com/egovernments/digit-ui/pull/97
https://github.com/egovernments/digit-ui/pull/98
https://github.com/egovernments/digit-ui/pull/99
https://github.com/egovernments/digit-ui/pull/105
https://github.com/egovernments/digit-ui/commit/e6c4825b3141c02476b31f7907b4c97896d38d20
https://github.com/egovernments/digit-ui/pull/107
https://github.com/egovernments/digit-ui/commit/f3ae54412997da76bc9adc61d177d498eda6b3ac
Localisation Changes
Following localisations needs to be added :
[
{
"code": "CS_FILE_APPLICATION_PROPERTY_LOCATION_GRAM_PANCHAYAT_TEXT",
"message": "Choose the Grama Panchayat of the Property from the list given below.",
"module": "rainmaker-fsm",
"locale": "en_IN"
},
{
"code": "DSS_FSM_TOTAL_REQUESTS_FROM_GP",
"message": "Applications from Grama Panchayat",
"module": "rainmaker-fsm",
"locale": "en_IN"
},
{
"code": "FROM_GRAM_PANCHAYAT",
"message": "From Gram Panchayat",
"module": "rainmaker-fsm",
"locale": "en_IN"
},
{
"code": "WITHIN_ULB_LIMITS",
"message": "Within ULB Limits",
"module": "rainmaker-fsm",
"locale": "en_IN"
},
{
"code": "CS_VILLAGE_NAME",
"message": "Village Name",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "ES_INBOX_PLEASE_SPECIFY_GRAM_PANCHAYAT",
"message": "If Others, Specify Gram Panchayat",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "ES_INBOX_PLEASE_SPECIFY_LOCALITY",
"message": "If Others, Specify Locality",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "ES_INBOX_PLEASE_SPECIFY_VILLAGE",
"message": "Specify Village",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "CS_GRAM_PANCHAYAT",
"message": "Gram Panchayat",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "TIP_DSS_FSM_TOTAL_REQUESTS_FROM_GP",
"message": "Applications from Grama Panchayat",
"module": "rainmaker-dss",
"locale": "en_IN"
},
{
"code": "TIP_DSS_FSM_TOTAL_REQUESTS_FROM_GP",
"message": "Applications from Grama Panchayat",
"module": "rainmaker-fsm",
"locale": "en_IN"
},
{
"code": "TIP_DSS_FSM_TOTAL_REQUESTS_FROM_GP",
"message": "Applications from Grama Panchayat",
"module": "rainmaker-common",
"locale": "en_IN"
},
{
"code": "FROM_OTHER_ULB",
"message": "Outside ULB Limits",
"module": "rainmaker-fsm",
"locale": "en_IN"
}
]
Dashboard Changes
In the dashboard, add the following chart:
Feature
Location
PR
Add pie chart: Applications by Source
Add Bar chart: No. of applications per month from Gram Panchayat
configs/egov-dss-dashboards/dashboard-analytics/ChartApiConfig.json,
configs/egov-dss-dashboards/dashboard-analytics/MasterDashboardConfig.json
Was this helpful?