DIGIT Docs
  • DIGIT Knowledge Base
  • Local Governance
  • Introducing Water-Sanitation
  • Water-Sanitation
    • Solution Design
    • Approach
    • Release Notes
      • FSM 1.4 - Technical Release Summary
      • Service Build Update
        • Release Builds for Core
      • MDMS Changes
      • Configuration Updates
      • Test Cases
      • Localisation
      • Impel Release Notes
      • Gate 2 Checklist
      • Workflow Configuration Changes
      • Master Migration Document
      • Driver-Individual Migration Script
  • Water-Sanitation Product Suite
    • Waste Management System
      • Functional Specifications
        • TQM UI
          • How to Enable TQM UI
          • UI: Plant Operator
            • Landing and Home Page
            • Plant-User Mapping
            • Inbox/Update Tests
            • View Past Test Results/Test's Summary Screen
            • Help Section
          • UI: ULB Admin
            • ULB Admin Home Page
            • Inbox/Test Details Screen
            • View Past Test Results
            • Create Adhoc Test
        • TQM UI/UX Audit
      • Faecal Sludge Management (FSM)
        • Features
        • Sanitation Actors & Interactions
        • User Interface Design
        • FSM User Manual
          • FSM Citizen User Manual
          • Employee User Manual
          • Manage Vendor, Sanitation Worker and Vehicle Details
          • DSO User Manual
          • Septage Treatment Plant Operator User Manual
        • Test Cases
        • FSM Functional Specification
          • Sanitation Worker UI
            • FSM Registry
            • Create Sanitation Worker
            • Edit Sanitation Worker
            • Assign Sanitation Workers to FSM Applications
            • Sanitation Worker Details
          • FSM UI Docs
            • FSM Citizen UI
            • FSM Employee UI
            • FSM DSO UI
            • FSM FSTPO UI
          • FSM UI/UX Audit
        • FSM Technical Specification
          • Vehicle Technical Specification
          • Vendor Technical Specification
          • Calculator Technical Specification
        • FSM Release Notes
          • Known Issues List
        • Product Requirement Document
        • Training
        • Sanitation Worker Welfare
          • Vendor Registry
          • FSM Service
          • Sanitation Worker( FSM 1.4) UI/UX Audit
        • FSM-DSS Technical Documentation
        • Enablement toolkits(Assetization) for FSM
          • Getting started with DIGIT
          • Requirements to enable FSM Module in a new evironment
          • Dependency services of the FSM module
          • Data templates for data collection
          • Data loading steps
            • Loading Billing Slab Data
            • Loading Vendor,Vehicle and Driver Data
            • Loading Localisations
            • Plant Mapping of FSTP
            • Creating users for FSM
          • Preparation of MDMS Data for Data Loading
          • SMS Templates for FSM
        • URC Release Notes
          • Steps to Configure URC
        • Garima Release Notes
          • Steps to Configure Garima
        • User Personas
      • Treatment Quality Monitoring (TQM)
        • Features
        • User Stories
          • Treatment Quality Monitoring Dashboard KPIs
        • User Interface Design
        • User Manual
          • Employee User Manual
          • Treatment Plant Operator User Manual
        • TQM Setup
          • User Manual
        • Release Notes
          • Known Issue List
        • Product Requirement Document: Treatment Quality Monitoring (TQM)
        • PQM Technical Specification
        • TQM Impel Checklist & Roll-out Plan
    • Water & Sewerage Connections
    • NalJal
  • Technology
    • Architecture
      • PQM
        • Low Level Design
          • Services
            • PQM Service
            • PQM Anomaly Finder
            • PQM Scheduler
      • FSM
        • Low Level Design
          • Services
            • FSM Service
            • FSM Calculator
          • Registries
            • FSM Vendor Registry
            • FSM Vehicle Registry
    • Source Code
  • Reference Implementations
    • Odisha - SUJOG
      • Functional Customisation
        • Urban-Rural Convergence
        • Garima Implementation
          • User Interface Design
          • Product Requirement Document (PRD)
      • Technical Customisation
      • Technical Specification: Urban-Rural Convergence
      • Standard Operating Procedure (SOP)
      • Program Rollout Plan
      • Implementation Plan
      • Implementation Guide
      • Implementation Checklist
      • TQM Gate 2 Plans & Checklist
  • Setup
    • Setup
      • On AWS
    • Deployment Guide
      • Legacy/Re-Indexing the FSM Data
      • Legacy/Re-Indexing the PQM Data
      • FSM devops setups
      • FSM Calculator devops setup
      • Vendor registry devops setup
      • Vehicle registry devops setup
    • Development Guide
      • Backend Developer Guide
      • UI Developer Guide
    • Configuration
      • TQM
        • PQM Service
        • PQM Anomaly Finder
        • PQM Scheduler
      • FSM
        • FSM Service
        • Vendor Registry
        • Vehicle Registry
        • FSM Calculator
    • Operations Guide
  • COMMUNITY
    • Community Project: Vehicle Tracking
      • Release Notes
        • Service Build Update
          • Release Builds for Core
        • Test Cases
      • Architecture
        • Vehicle Tracking
          • High Level Design
          • Low Level Design
      • User Manuals
        • Employee User Manual
        • Driver User Manual
      • Demo
      • Product Requirement Document (PRD)
      • Deployment Guide
      • Setup
      • Source Code
    • Contribute
    • Issues
Powered by GitBook

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page
  • MDMS Changes
  • Backend Changes
  • UI Changes
  • Localisation Changes
  • Dashboard Changes

Was this helpful?

Export as PDF
  1. Water-Sanitation Product Suite
  2. Waste Management System
  3. Faecal Sludge Management (FSM)
  4. URC Release Notes

Steps to Configure URC

PreviousURC Release NotesNextGarima Release Notes

Was this helpful?

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

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

  1. Add pie chart: Applications by Source

  2. 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

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
https://github.com/egovernments/egov-mdms-data/commit/8117ef65d1da946aad11ce0b230482c1babc7faa
https://github.com/egovernments/egov-mdms-data/commit/457a65f0da8cd6448fb2687015843a3a0281fd68
https://github.com/egovernments/egov-mdms-data/commit/c18e06d623300cd7bee0d62a9719a66e2489d917
https://github.com/egovernments/egov-mdms-data/commit/bf5533a156af4468995dec496411110eb8644779
https://github.com/egovernments/DIGIT-Dev/pull/5296
https://github.com/egovernments/DIGIT-Dev/pull/5297
https://github.com/egovernments/DIGIT-Dev/pull/5308
https://github.com/egovernments/DIGIT-Dev/pull/5309
https://github.com/egovernments/DIGIT-Dev/pull/5312
https://github.com/egovernments/DIGIT-Dev/pull/5315
https://github.com/egovernments/DIGIT-Dev/pull/5317
https://github.com/egovernments/DIGIT-Dev/pull/5318
https://github.com/egovernments/DIGIT-Dev/pull/5319
https://github.com/egovernments/DIGIT-Dev/pull/5376
https://github.com/egovernments/DIGIT-Dev/pull/5378
https://github.com/egovernments/DIGIT-Dev/pull/5399
https://github.com/egovernments/DIGIT-Dev/pull/5406
https://github.com/egovernments/punjab-rainmaker-customization/pull/659/