Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Second card is related to the Connection details in that Apply For specified for either User can select only Water connection/ only sewerage connection/ both water&sewerage connection. based on check box value relevant fields will populate.

Both Water & Sewerage:

For below screen shots relevant code is present in https://github.com/egovernments/frontend/blob/master/web/rainmaker/dev-packages/egov-wns-dev/src/ui-config/screens/specs/wns/applyResource/connectionDetails.js .

...

Only for sewerage:

...

Image Modified

For below screen shot relevant code is present in apply.js file in that formwizardFirstStep.

Only for Water:

...

Documents

Documents screen is the second step in the process. User can upload all the relevant documents asked while Creating application. Some of the documents are mandatory and its configurable so that it can be made mandatory or optional as per requirement. Below file holds all the required configuration for this screen.

...