Versions Compared

Key

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

...

Once the user clicks on View Details, the Property Information Page will be displayed with all the necessary information about the property.

...

Technical Implementation Details:

View My Properties and Property Details page uses a React Class component written in egov-ui-kit module. Below is the file link.

https://github.com/egovernments/digit-ui-internals/blob/development/packages/modules/pt/src/pages/citizen/MyProperties/index.js

The template for My properties and Property Information page is present inside pt/pages/citizen/MyProperties. All the properties list is being retrieved by calling the search API "/property-services/property/_search"

...