...
Search For the Existing Property , Click on View Property and then Click on EDIT PROPERTY to Update Property Information
Update New Property
Update New Property application divided into five forms. Parent Component of all these forms are Formwizard.
...
All the config for the Forms are present in https://github.com/egovernments/frontend/blob/1c4086b504b1fffc7388952c100e72b5a98fae75/web/rainmaker/dev-packages/egov-ui-kit-dev/src/config/forms/specs/PropertyTaxPay path.
MDMS config are present in Property Tax Document MDMS configuration MDMS Configs and other actions are Explained in Property Actions.
Summary Screen
After successfully uploading the documents, the next step is summary page. User can see all the information entered . User has options to edit the information of each section. Upon clicking of edit icon user will navigate to respective section with all the data pre-filled. Below is the file contains all the required configuration of this screen.
...
Acknowledgement screen and acknowledgement is Explained in Property Tax - Download Acknowledgement , Receipt and Mutation Certificate.
...
Property Create Api
Once the data is fetched using /property-services/property/_update
API, the returned data is formatted and dispatched to redux
...