Skip to content

Commit

Permalink
Merge pull request #302 from FaizanMohammed326/development
Browse files Browse the repository at this point in the history
changes in vsk map reports
  • Loading branch information
tibil-it authored Jul 29, 2022
2 parents 4acc3e1 + aab1440 commit 7d0f70e
Show file tree
Hide file tree
Showing 6 changed files with 314,276 additions and 12,241 deletions.
4 changes: 4 additions & 0 deletions development/ui/back-end/core/config/vsk/nas_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const dataSourceInfo = {
{
name: "state_code",
property: "State Code"
},
{
name: "district_code",
property: "District Code"
}
],
filters: [
Expand Down
12 changes: 12 additions & 0 deletions development/ui/back-end/core/config/vsk/pgi_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ const dataSourceInfo = {
},
includeAsMetricFilter: true
},
{
name: "Governance Processes",
property: "6.Governance Processes",
tooltip: {
name: "Governance Processes"
},
includeAsMetricFilter: true
},
{
name: "indicator",
property: "Grand Total",
Expand All @@ -64,6 +72,10 @@ const dataSourceInfo = {
{
name: "state_code",
property: "State Code"
},
{
name: "district_code",
property: "District code"
}
],
filters: [],
Expand Down
4 changes: 4 additions & 0 deletions development/ui/back-end/core/config/vsk/pm_poshan_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const dataSourceInfo = {
{
name: "state_code",
property: "State Code"
},
{
name: "district_code",
property: "District Code"
}
],
filters: [],
Expand Down
32 changes: 18 additions & 14 deletions development/ui/back-end/core/config/vsk/udise_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,27 @@ const dataSourceInfo = {
// },
// includeAsMetricFilter: true
// },
{
name: "% govt aided schools received textbook",
property: "% govt aided schools received textbook",
tooltip: {
name: "% govt aided schools received textbook"
}
},
{
name: "% schools with Ramp",
property: "% schools with Ramp",
tooltip: {
name: "% schools with Ramp"
}
},
// {
// name: "% govt aided schools received textbook",
// property: "% govt aided schools received textbook",
// tooltip: {
// name: "% govt aided schools received textbook"
// }
// },
// {
// name: "% schools with Ramp",
// property: "% schools with Ramp",
// tooltip: {
// name: "% schools with Ramp"
// }
// },
{
name: "state_code",
property: "State Code"
},
{
name: "district_code",
property: "District Code"
}
],
filters: [],
Expand Down
Loading

0 comments on commit 7d0f70e

Please sign in to comment.