Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Citizen Search Connection

Objective

Citizen can search Connection by providing all mandatory information along with any one of the parameter. When user has entered connection number then only one record will be displayed if the record associated with the connection number exist. All the fields have pattern validation rule. Consumer No is nothing but connection number.

Reset operation clears all the data entered in the screen.

Technical Implementation Details:

All the screens are developed under the egov-wns-dev package. 

https://github.com/egovernments/frontend/tree/master/web/rainmaker/dev-packages/egov-wns-dev

It follows egov-ui framework principles. All the screens have their configuration in the egov-wns-dev package folder. Citizen search configuration listed in the below file.

https://github.com/egovernments/frontend/blob/master/web/rainmaker/dev-packages/egov-wns-dev/src/ui-config/screens/specs/wns-citizen/search.js

MDMS data:

Only one MDMS call is made to get the tenantID data to fill the City dropdown. Below is the snippet from search.js file

Localization and search connection table is similar to the employee search water & sewerage. for finding those details refer Search Water & Sewerage .

  • No labels