Common PT

Objective:

CommonPT will be used as a plugin in other modules to search or create a light weight property on the fly and tag it to the requesting module.

Seach Property:

CommonPT module provides two ways to search for a property. User can search for a property either by Property Id or by Door Number

  • Search By Property ID

    • The seach by Property ID requires certain parameters to filter out required properties.

      • City Name (Drop Down)

      • Owner Mobile Number (Input Field)

      • Property Id (Input Field)

      • Old Property Id (Input Field)

    • where City Name is mandatory while atleast one of Mobile Number, Property Id or Old Property Id must be provided to filter out the required properties.

  • Search By Door Number

    • The search by Door Number form requires certain parameters to filter out required properties

      • City Name (Drop Down)

      • Locality (Drop Down)

      • Door Number (Input Field)

      • Consumer Name(Input Field)

    • Where City Name and Locality are mandatory while atleast one of Door Number or Consumer Name is required to filter out required properties.

Once user enters all required details, the form will redirect user to the list of all properties registered with the property id or as per the search parameters entered by the user

On clicking Select button the user will be redirected to the OTP Verification page where User have to enter the otp sent on their mobile number to proceed further.

Once the user enter the otp he/she will be redirected to the Property Details pages where User can create new property using existing property id

Once user click on Create New Property button, the user will be redirected to create new property page where can enter the property details to be registered

After filling all details user can submit, and will redirected to Acknowledgment page, where application status can be Success or Failed with Application Number

Common PT integration with TL :

Common PT search and create is integrated with TL (Trade License), two flows of common PT :

  1. After Search of Property, Property results are displayed out of which user can select the desired property

  2. User can also create a new light weight property during the apply of trade license, once the acknowledgement page is displayed, in here “Proceed” button is enabled to move forward with the flow.

Once the property is selected/created, property details can be viewed in the next page “Property Details”

User can click on View More Details, to redirect to view property page to get overview detail of the property attached.

 

Technical Implementation

The code for Common PT implementation can be found here

https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/commonPt/src/pages/citizen/index.js

S. NO

API

ACTION ID

ROLES

S. NO

API

ACTION ID

ROLES

1

/property-services/property/_search

 

 

2

/billing-service/bill/v2/_fetchbill

1862

 

3

/property-services/property/_create

 

 

4

/egov-mdms-service/v1/_search

954

 

5

/localization/messages/v1/_search

1531