-
Notifications
You must be signed in to change notification settings - Fork 1
1. Add new scheme or state data to the dashboard
Shoaib Ahmed edited this page Aug 5, 2022
·
1 revision
This guide assumes that you have access to the Dashboard as an administrator.
Follow the steps to add a new scheme dataset on the dashboard:
-
Click on the
Add Dataset
button on the top left. -
Fill the fields as required.
-
Make sure the visibility is set to Public.
-
Add the following three required
Custom Fields
at the end of the form:-
displayName
- value should be what is required to use as the title on the dashboard. -
schemeType
- eg:Centrally Sponsored Scheme
-
slug
- slug for the scheme. e.g.:nhm
for National Health Mission
-
You can use previously uploaded schemes as a reference.
- Click the
Next: Add Data
button to add resources. - Upload the
xlsx
format file. - Add the name and description as required. Type
xlsx
in the format section. - Click the
Finish
button to create the new dataset.
Important: New Scheme or State file requires a logo for the front-end.
- Add the logo file to
public/Images/schemesLogo
(stateLogo for state files). - Import the logo file and export it in the schemeData object in the
utils/schemeData.js
file. - Make sure the naming is consistent everywhere.