Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

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)

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

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

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

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

Code Block
{
                        "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.

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

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

How to remove the content:-

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