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