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

« Previous Version 2 Current »

Objective: To provide employees with the functionality to search Applications (whether Active or in workflow) based on

  1. Application No.

  2. Property ID

  3. Owner’s Mobile No.

  4. Application Type

  5. Application Status

  6. Create Between Dates

Users can also view the Application Details page by clicking on Application No., where employees can perform the different workflow actions.

Technical details:

The File for the Search Application can be found here :

https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/pt/src/components/SearchApplication.js

The hook which is used to call the Property Search API in order to load the result is :

const { isLoading, isSuccess, isError, error, data: {Properties: searchReult, Count: count} = {} } = Digit.Hooks.pt.usePropertySearch(
        { tenantId,
          filters: payload
        },
       config,
      );

The file can be found in the following path:

https://github.com/egovernments/DIGIT-Dev/blob/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/pt/src/pages/employee/SearchApp.js

Role Actions:

Url

Role

Action Id

/egov-location/location/v11/boundarys/_search

All Roles

1429

/property-services/property/_search

All Roles

1897

  • No labels