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 3 Current »

About, Purpose page for National Dashboard Enhancement:-

An about the dashboard page that describes the purpose of the dashboard as well as the source of the data is required to be built as per the feedback received from the demos.

Screen URL:-http://localhost:3000/digit-ui/employee/dss/national-about

The file location of UI code:-packages/modules/dss/src/pages/About.js

How to add the new content:-

path:- egov-mdms-data/data/pb/dss-dashboard/About.json
Here we need to add the title header(Header or question) and define(Answer)

{
                        "titleHeader": "",
                        "define": [
                            ""
                        ]
}

If the answer has sub-points then we need to add Point

{
                        "titleHeader": "",
                        "define": [
                            ""
                        ],
                        "definePoints": [
                            {
                                "point": ""
                            }
                        ]
}

If the answer word limit is more we need to do like this

{
                        "titleHeader": "",
                        "define": [
                            "",
                            "",
                            ""
                        ]
}

How to remove the content:-

we need to delete the content that belongs to the title header, define and define points

FAQ Page for National Dashboard Enhancement-

To enhance the dashboard and make it more user-friendly, an FAQ page is to be developed so that users can access it from any page for any queries that they may have regarding any acronyms or how to navigate.

Screen URL:-http://localhost:3000/digit-ui/employee/dss/national-faqs

File location of UI code:-packages/modules/dss/src/pages/FAQs

How to add the new content:-

path:- egov-mdms-data/data/pb/dss-dashboard/FAQs.json

Here we need to add the question and answer if we need to add sub-points we can add ans

{
                        "question": "",
                        "answer":[
                            {
                              "ans": ""
                            }
                            {
                              "ans": ""
                            }
                            ] 
}

How to remove the content:-

we need to delete the content that belongs to question, answer and ans

roleactions.json:-

   {
      "rolecode": "EMPLOYEE",
      "actionid": 2341,
      "actioncode": "",
      "tenantId": "pb"
    },
    {
      "rolecode": "EMPLOYEE",
      "actionid": 2342,
      "actioncode": "",
      "tenantId": "pb"
    }



  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.