Steps to Configure Garima
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Provision of urban local bodies (ULBs)/DSO to assign one or more sanitation workers to each request:
Sanitation workers will be made available via integration with the Garima database through API in the workflow.
Since the Garima ID may not be well known to the ULB/DSO, a search functionality is to be made available by entering a phone number.
Preview details of the selected sanitation worker for confirmation.
Capture sanitation worker details if a sanitation worker is not available in the Garima database.
Provide aggregated data around how many requests are served by date via unique Garima IDs by API to UMC.
No linking will be done between the Garima worker and the vendor in Sujog FSM.
Provide enumeration and benefits to sanitation workers.
Identify the percentage of services with evidence of safe practices.
Create UrcConfig.json and add GP data for all the ULBs for which the URC feature needs to be enabled.
Created two adaptors for Garima:
1. Create API
- The adapter calls the UMC API to create records and generate the unique garima ID.
2. Search API
- Get a response from the UMC API based on the search criteria.
Changes made in the FSM Update API
When we update the FSM application, we create a record of Garima in the DIGIT system simultaneously which uses the individual service to create an individual record in the DIGIT database.
Accordingly, one needs to set up the individual service for Garima.
Create a Garima folder in web\micro-ui-internals\packages\modules\fsm\src\pages\employee
Add the following code.
https://github.com/egovernments/digit-ui/blob/900f784b813f0e733ee0b9eae162759345248d42/web/micro-ui-internals/packages/modules/fsm/src/pages/employee/GarimaDetails/index.js#L1C1-L200C30
Add the required Garima custom components and register them.
https://github.com/egovernments/digit-ui/blob/900f784b813f0e733ee0b9eae162759345248d42/web/micro-ui-internals/packages/modules/fsm/src/pageComponents/GarimaPersonalDetails.js#L1C1-L199C38
Register the above custom page components:
Add the redirection URL for the "Add vehicle" action option:
Add the necessary Garima hooks call:
The following localisations need to be added:
Services | Builds |
---|
Service | Api | Collection |
---|
FSM | egovio/fsm:FSM1.3Impl-sujog-Odisha-handover-pqm-4f16b9e968-176 egovio/fsm-db:FSM1.3Impl-sujog-Odisha-handover-pqm-4f16b9e968-176 |
Individual | egovio/individual-db:sujog-individual-d13a5d35fb-199 egovio/individual:sujog-individual-d13a5d35fb-199 |
Digit-ui | egovio/digit-ui:FSM-Sujog-40157ab-325 |
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 |
Feature | Service Name | Changes |
Garima | FSM |
FSM | /fsm/v1/_update |
/fsm/v1/_searchGarimaWorker |
/fsm/v1/_createGarimaWorker |
Individual | /individual/v1/_create |
/individual/v1/_search |
UMC | api/egov/sanitation-worker/search |
/api/v1/egov/sanitation-worker/capture |