Employee: Disconnection Application Details

Water and Sewerage disconnection application details feature for employees - technical implementation doc

Objective: Provide employees with specific workflow actions.

This page provides the workflow details and actions for water and sewerage disconnection application details.

Workflow Details

Application Details

Clicking on the Application Number in the inbox/search screen routes users to the disconnection application details screen. A search call is made before rendering the screen and details are populated based on the search response.

Application Details Screen

Application Timeline

Downloads

Application Form

Disconnection Notice

Water & Sewerage Disconnection Workflow Table

Implementation Details

Application Details File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/ws/src/pages/employee/ApplicationDetails.js

Hook details for application details search:

let { isLoading, isError, data: applicationDetails, error } = Digit.Hooks.ws.useDisConnectionDetails(t, tenantId, applicationNumber, serviceType);

Disconnection Notice Download File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/ws/src/pages/employee/DisconnectionDetails.js

Application Form Download File Path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/ws/src/pages/employee/DisconnectionDetails.js

The timeline view is common for all modules. Timeline view file path: https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/templates/ApplicationDetails/index.js

Localisation Details

Localisation keys are added in the ‘rainmaker-ws’ locale module.

API Call Role Action Mapping

Last updated

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