Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

1

2

3

4

  • No labels