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 Next »

Objective

Product Page:

To enable citizens to access features such as Pay Via WhatsApp.

Shows specific data to provide a brief about the particular tenant.

Dynamic Data:

The dynamic data are displayed in Orange cells. We get the dynamic data from the particular service APIs. These APIs are made open search, So that Citizens can check these data even if they are not logged in.

MDMS:

We are getting the static data like Helpline , Service Center, Pay Via whats app link and validity of an application from the MDMS config.

If we do not want any of the card to be displayed, then we can remove them from MDMS for the particular service.

 "MdmsCriteria": {
        "tenantId": "pb",
        "moduleDetails": [
            {
                "moduleName": "common-masters",
                "masterDetails": [
                    {
                        "name": "StaticData"
                    }
                ]
            }
        ]
    }

Primary Files:

https://github.com/egovernments/egov-mdms-data/blob/QA/data/pb/common-masters/StaticData.json ,

https://github.com/egovernments/DIGIT-Dev/tree/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/core/src/pages/citizen/StaticDynamicComponent

FAQs:

Users can check for frequently asked / common questions in this page.

Primary Files:

https://github.com/egovernments/DIGIT-Dev/tree/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/core/src/pages/citizen/FAQs

MDMS:

FAQs are added for each service from MDMS Config.

We can add more faqs in the MDMS and those will be shown in UI.

 "MdmsCriteria": {
        "tenantId": "pb",
        "moduleDetails": [
            {
                "moduleName": "common-masters",
                "masterDetails": [
                    {
                        "name": "faqs"
                    }
                ]
            }
        ]
    }

How it Works ? :

Users can check what they can do or how they can get the benefits of a particular service.

Primary Files:

https://github.com/egovernments/DIGIT-Dev/tree/develop/frontend/micro-ui/web/micro-ui-internals/packages/modules/core/src/pages/citizen/HowItWorks

MDMS:

How it works Properties and Videos link are added for each service from MDMS Config.

 "MdmsCriteria": {
        "tenantId": "pb",
        "moduleDetails": [
            {
                "moduleName": "common-masters",
                "masterDetails": [
                    {
                        "name": "howItWorks"
                    }
                ]
            }
        ]
    }

API Calls to get the dynamic data :

Service

API

Params

1

PT

property-services/property/_search

{
tenantId : ""
fromDate :
toDate :
status : "ACTIVE"
}

2

TL

tl-services/v1/_search

{
tenantId : ""

}

3

WS

inbox/v1/dss/_search

{

module: "WS"

tenantId: ""

}

4

PGR

pgr-services/v2/request/_search

{
tenantId : ""

}

5

BPA

inbox/v1/dss/_search

{

module: "BPA"

tenantId: ""

}

6

MCOLLECT

echallan-services/eChallan/v1/_search

{
tenantId : ""

}

  • No labels