National Dashboard- Trade License - Technical Documentation

Trade License -National DSS Documentation


NDSS has two sides to it. One being the process in which the Data is pooled to ElasticSearch and the other being the way it is fetched, aggregated, computed, transformed and sent across.

As this revolves around a variety of Data Set, there is a need for making this configurable. So that, tomorrow, given a new scenario is introduced, then it is just a configuration away from getting the newly introduced scenario involved in this flow of process. 

This document explains the steps on how to define the configurations for Analytics Side Of DSS for Trade License.

What is analytics?

Analytics : Micro Service which is responsible for building, fetching, aggregating and computing the Data on ElasticSearch to a consumable Data Response. Which shall be later used for visualizations and graphical representations. 

 

Analytics Configurations:
Analytics contains multiple configurations. we need to add the changes related to National-Dashboard in this dashboard-analytics.
Here is the location : https://github.com/egovernments/configs/tree/qa/egov-dss-dashboards/dashboard-analytics


Below is a list of configurations that need to be changed to run National-Dashboard successfully.

  1. Chart API Configuration

  2. Master Dashboard Configuration

  3. Role Dashboard Mappings Configuration

Description :

Chart API Configuration : 

Each Visualization has its own properties. Each Visualization comes from different data sources (Sometimes it is a combination of different data sources) 

In order to configure each visualization and their properties, we have a Chart API Configuration Document.

In this, Visualization Code, which happens to be the key, will be having its properties configured as a part of configuration and are easily changeable.

 

Here is the sample ChartApiConfiguration.json data for the Trade License

 

"tradeLicenseTodaysCollectionv2": { "chartName": "DSS_TODAYS_COLLECTION", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must\":[{\"range\":{\"date\":{\"gt\":\"now-1d\/d\",\"lte\":\"now\"}}}]}},\"aggs\":{\"Todays Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}" } ], "chartType": "metric", "valueType": "Amount", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Todays Collection" ], "insight": { "chartResponseMap" : "tradeLicenseTodaysCollectionv2", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "month" }, "_comment": " " }, "tradeLicenseTotalCollectionv2": { "chartName": "DSS_TOTAL_COLLECTION", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{}},\"aggs\":{\"Total Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}" } ], "chartType": "metric", "valueType": "Amount", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Total Collection" ], "insight": { "chartResponseMap" : "tradeLicenseTotalCollectionv2", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "year" }, "_comment": " " }, "totalLicensesIssuedv2": { "chartName": "DSS_TOTAL_LICENSES", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{}},\"aggs\":{\"Total Licenses\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}" } ], "chartType": "metric", "valueType": "number", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Total Licenses" ], "insight": { "chartResponseMap" : "totalLicensesIssuedv2", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "year" } }, "tlMonthlyCumulativeCollectionv2": { "chartName": "DSS_TL_MONTHLY_CUMULATIVE", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Collections\":{\"date_histogram\":{\"field\":\"date\",\"interval\":\"month\"},\"aggs\":{\"Sum\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}}}" } ], "chartType": "line", "valueType": "amount", "action": "", "drillChart": "none", "documentType": "_doc", "aggregationPaths": [ "Collections" ], "isCumulative": true, "interval": "month", "insight": {}, "_comment": " " }, "totalTransactionsv2": { "chartName": "DSS_TOTAL_TRANSACTIONS", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{}},\"aggs\":{\"state\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"transactions\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"stateApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}},\"Total Transactions\":{\"sum_bucket\":{\"buckets_path\":\"state.stateApplications\"}}}}}}" } ], "chartType": "metric", "valueType": "number", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Total Transactions" ], "insight": { "chartResponseMap" : "totalTransactionsv2", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "year" } }, "totalApplicationsv2": { "chartName": "DSS_TOTAL_APPLICATIONS", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{}},\"aggs\":{\"state\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"todaysApplications\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"stateApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}},\"Total Applications\":{\"sum_bucket\":{\"buckets_path\":\"state.stateApplications\"}}}}}}" } ], "chartType": "metric", "valueType": "number", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Total Applications" ], "insight": { "chartResponseMap" : "totalApplicationsv2", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "year" } }, "tlCollectionByTradeTypev2": { "chartName": "DSS_TL_COLLECTION_BY_TRADE_TYPE", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Trade Type\":{\"terms\":{\"field\":\"tradeType.keyword\"},\"aggs\":{\"Total collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}}}" } ], "chartType": "pie", "valueType": "amount", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Trade Type" ], "insight": { }, "_comment": " " }, "tlTradeLicenseByStatusv2": { "chartName": "DSS_TL_COLLECTION_BY_TRADE_TYPE", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"tenantId\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Status\":{\"terms\":{\"field\":\"status.keyword\"},\"aggs\":{\"Total Licenses\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}" } ], "chartType": "pie", "valueType": "number", "drillChart": "none", "documentType": "_doc", "action": "", "aggregationPaths": [ "Status" ], "insight": { }, "_comment": " " }, "tlTargetAchieved": { "chartName": "DSS_TARGET_ACHIEVED", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"term\":{\"module.keyword\":\"TL\"}},\"aggs\":{\"Target Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}" }, { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"Total Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}" } ], "chartType": "metric", "valueType": "percentage", "drillChart": "none", "documentType": "_doc", "action": "percentage", "isRoundOff": true, "preActionTheory":{ "Target Collection":"repsonseToDifferenceOfDates" }, "aggregationPaths": [ "Total Collection", "Target Collection" ], "insight": { "chartResponseMap" : "tlTargetAchieved", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "year", "isRoundOff": true }, "_comment": " " }, "tlTargetCollection": { "chartName": "DSS_TARGET_COLLECTION", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"term\":{\"module.keyword\":\"TL\"}},\"aggs\":{\"Target Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}" } ], "chartType": "metric", "valueType": "amount", "action": "", "drillChart": "none", "documentType": "_doc", "aggregationPaths": [ "Target Collection" ], "isDayUnit": true, "postAggregationTheory" : "repsonseToDifferenceOfDates", "insight": { }, "_comment": " " }, "tlTopPerformingUlbs": { "chartName": "NATIONAL_DSS_TOP_PERFORMING_STATES", "queries": [ { "module": "COMMON", "requestQueryMap": "{\r\n \"module\" : \"module.keyword\", \n\"ulb\" : \"ulb.keyword\"}", "dateRefField": "", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"term\":{\"module.keyword\":\"TL\"}},\"aggs\":{\"Target Collection\":{\"terms\":{\"field\":\"state.keyword\",\"order\":{\"Sum\":\"desc\"}},\"aggs\":{\"Sum\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" }, { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Total Collection\":{\"terms\":{\"field\":\"state.keyword\",\"order\":{\"Sum\":\"desc\"}},\"aggs\":{\"Sum\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}}}" } ], "chartType": "perform", "valueType": "percentage", "drillChart": "none", "documentType": "_doc", "action": "percentage", "isRoundOff": true, "plotLabel": "DSS_TARGET_ACHIEVED", "order": "desc", "limit": 3, "aggregationPaths": [ "Total Collection","Target Collection" ], "insight": { }, "_comment": " Top Performing Ulbs for target achieved" }, "tlBottomPerformingUlbs": { "chartName": "NATIONAL_DSS_BOTTOM_PERFORMING_STATES", "queries": [ { "module": "COMMON", "requestQueryMap": "{\r\n \"module\" : \"module.keyword\", \n\"ulb\" : \"ulb.keyword\"}", "dateRefField": "", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"term\":{\"module.keyword\":\"TL\"}},\"aggs\":{\"Target Collection\":{\"terms\":{\"field\":\"state.keyword\",\"order\":{\"Sum\":\"asc\"}},\"aggs\":{\"Sum\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" }, { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Total Collection\":{\"terms\":{\"field\":\"state.keyword\",\"order\":{\"Sum\":\"asc\"}},\"aggs\":{\"Sum\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}}}}}}}}" } ], "chartType": "perform", "valueType": "percentage", "drillChart": "none", "documentType": "_doc", "action": "percentage", "isRoundOff": true, "plotLabel": "DSS_TARGET_ACHIEVED", "order": "asc", "limit": 3, "aggregationPaths": [ "Total Collection","Target Collection" ], "insight": { }, "_comment": " Bottom Performing Ulbs for target achieved" }, "tlactiveUlbs": { "chartName": "DSS_TL_TOTAL_ACTIVE_ULBS", "queries": [ { "module": "COMMON", "dateRefField": "date", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Active ULBs\":{\"cardinality\":{\"field\":\"ulb.keyword\"}}}}}}" } ], "chartType": "metric", "valueType": "number", "action": "", "documentType": "_doc", "drillChart": "none", "aggregationPaths": [ "Active ULBs" ], "insight": { "chartResponseMap" : "tlactiveUlbs", "action" : "differenceOfNumbers", "upwardIndicator" : "positive", "downwardIndicator" : "negative", "textMessage" : "$indicator$value% than last $insightInterval", "colorCode" : "#228B22", "insightInterval" : "month", "isRoundOff": true }, "_comment": " total ULBs count" }, "licenseIssuedBoundaryRevenuev3": { "chartName": "DSS_TL_DEMAND_COLLECTION_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"States\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"TL_Total_Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}},\"Total_Licence_Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}},\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"transactions\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"Transactions\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}}}}}}" }, { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\"}", "dateRefField": "date", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[],\"must\":[{\"term\":{\"module.keyword\":\"TL\"}}]}},\"aggs\":{\"States\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"Target_Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" } ], "filterKeys": [ {"key": "state", "column": "States"} ], "postAggregationTheory" : "repsonseToDifferenceOfDates", "chartType": "xtable", "valueType": "number", "drillChart": "licenseIssuedTenantRevenuev3", "documentType": "_doc", "action": "", "plotLabel": "States", "aggregationPaths": [ "TL_Total_Collection", "Transactions", "Total_Licence_Issued", "Target_Collection" ], "pathDataTypeMapping": [ { "TL_Total_Collection": "amount" }, { "Target_Collection": "amount" }, { "Transactions": "number" }, { "Total_Licence_Issued": "number" }, { "TL_Target_Collection": "amount" } ], "computedFields": [ { "postAggregationTheory" : "repsonseToDifferenceOfDates", "actionName": "AdditiveComputedField", "fields" : ["Target_Collection"], "newField" : "TL_Target_Collection", "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " }, { "postAggregationTheory" : "", "actionName": "PercentageComputedField", "fields" : ["TL_Total_Collection", "TL_Target_Collection"], "newField" : "TL_Target_Achieved", "isRoundOff": true, "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " } ], "excludedColumns":["Target_Collection"], "insight": { }, "_comment": "" }, "licenseIssuedDDDRRevenuev3": { "chartName": "DSS_TL_DEMAND_COLLECTION_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Regions\":{\"terms\":{\"field\":\"region.keyword\"},\"aggs\":{\"Total Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}},\"Transactions\":{\"sum\":{\"field\":\"transactions\"}},\"Total Licence Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}" }, { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\"}", "dateRefField": "", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Regions\":{\"terms\":{\"field\":\"region.keyword\"},\"aggs\":{\"Target Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" } ], "filterKeys": [ {"key": "regionId", "column": "Regions"} ], "postAggregationTheory" : "repsonseToDifferenceOfDates", "chartType": "xtable", "valueType": "number", "drillChart": "licenseIssuedTenantRevenuev3", "documentType": "_doc", "action": "", "plotLabel": "Regions", "aggregationPaths": [ "Total Collection", "Transactions", "Total Licence Issued", "Target Collection" ], "pathDataTypeMapping": [ { "Total Collection": "amount" }, { "Transactions": "number" }, { "Total Licence Issued": "number" }, { "Target Collection": "amount" } ], "computedFields": [ { "postAggregationTheory" : "repsonseToDifferenceOfDates", "actionName": "PercentageComputedField", "fields" : ["Total Collection", "Target Collection"], "newField" : "Target Achieved", "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " } ], "insight": { }, "_comment": "" }, "licenseIssuedTenantRevenuev3": { "chartName": "DSS_TL_DEMAND_COLLECTION_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Tenants\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"TL_Total_Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}},\"Total_Licence_Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}},\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"transactions\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"Transactions\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}}}}}}" }, { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[],\"must\":[{\"term\":{\"module.keyword\":\"TL\"}}]}},\"aggs\":{\"Tenants\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"Target_Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" } ], "filterKeys": [ {"key": "ulb", "column": "ULB"} ], "postAggregationTheory" : "repsonseToDifferenceOfDates", "chartType": "xtable", "valueType": "number", "drillChart": "licenseIssuedWardRevenuev3", "documentType": "_doc", "action": "", "plotLabel": "ULB", "aggregationPaths": [ "TL_Total_Collection", "Transactions", "Total_Licence_Issued", "Target_Collection" ], "pathDataTypeMapping": [ { "TL_Total_Collection": "amount" }, { "Target_Collection": "amount" }, { "Transactions": "number" }, { "Total_Licence_Issued": "number" }, { "TL_Target_Collection": "amount" } ], "computedFields": [ { "postAggregationTheory" : "repsonseToDifferenceOfDates", "actionName": "AdditiveComputedField", "fields" : ["Target_Collection"], "newField" : "TL_Target_Collection", "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " }, { "postAggregationTheory" : "", "actionName": "PercentageComputedField", "fields" : ["TL_Total_Collection", "TL_Target_Collection"], "newField" : "TL_Target_Achieved", "isRoundOff": true, "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " } ], "excludedColumns":["Target_Collection"], "insight": { }, "_comment": "" }, "licenseIssuedWardRevenuev3": { "chartName": "DSS_TL_DEMAND_COLLECTION_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\",\"ward\" : \"ward.keyword\" }", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Wards\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"TL_Total_Collection\":{\"sum\":{\"field\":\"todaysCollectionForTradeType\"}},\"Total_Licence_Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}},\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"transactions\"}}}},\"Transactions\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}}}}}}" }, { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\",\"ward\" : \"ward.keyword\"}", "dateRefField": "date", "indexName": "master-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[],\"must\":[{\"term\":{\"module.keyword\":\"TL\"}}]}},\"aggs\":{\"Wards\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"Target_Collection\":{\"sum\":{\"field\":\"budgetProposedForMunicipalCorporation\"}}}}}}}}" } ], "filterKeys": [ {"key": "ward", "column": "Wards"} ], "postAggregationTheory" : "repsonseToDifferenceOfDates", "chartType": "xtable", "valueType": "number", "drillChart": "none", "documentType": "_doc", "action": "", "plotLabel": "Wards", "aggregationPaths": [ "TL_Total_Collection", "Transactions", "Total_Licence_Issued", "Target_Collection" ], "pathDataTypeMapping": [ { "TL_Total_Collection": "amount" }, { "Target_Collection": "amount" }, { "Transactions": "number" }, { "Total_Licence_Issued": "number" }, { "TL_Target_Collection": "amount" } ], "computedFields": [ { "postAggregationTheory" : "repsonseToDifferenceOfDates", "actionName": "AdditiveComputedField", "fields" : ["Target_Collection"], "newField" : "TL_Target_Collection", "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " }, { "postAggregationTheory" : "", "actionName": "PercentageComputedField", "fields" : ["TL_Total_Collection", "TL_Target_Collection"], "newField" : "TL_Target_Achieved", "isRoundOff": true, "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " } ], "excludedColumns":["Target_Collection"], "insight": { }, "_comment": "" }, "licenceTaxHeadsBreakupState": { "chartName": "DSS_TL_TAX_HEAD_BREAKUP_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"States\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applicationsTax\":{\"avg\":{\"field\":\"tlTax\"}},\"applicationsPenalty\":{\"avg\":{\"field\":\"adhocPenalty\"}},\"applicationsRebate\":{\"avg\":{\"field\":\"adhocRebate\"}}}},\"wardapplicationsTax\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsTax\"}},\"wardapplicationsPenalty\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsPenalty\"}},\"wardapplicationsRebate\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsRebate\"}}}},\"ulbApplicationsTax\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsTax\"}},\"ulbApplicationsPenalty\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsPenalty\"}},\"ulbApplicationsRebate\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsRebate\"}}}},\"TL_Tax\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplicationsTax\"}},\"Adhoc_Penalty\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplicationsPenalty\"}},\"Adhoc_Rebate\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplicationsRebate\"}},\"Total_Amount\":{\"bucket_script\":{\"buckets_path\":{\"Adhoc_Rebate\":\"Adhoc_Rebate\",\"TL_Tax\":\"TL_Tax\",\"Adhoc_Penalty\":\"Adhoc_Penalty\"},\"script\":{\"source\":\" params.TL_Tax + params.Adhoc_Penalty - params.Adhoc_Rebate\"}}}}}}}}}" } ], "filterKeys": [ {"key": "state", "column": "States"} ], "chartType": "xtable", "valueType": "amount", "drillChart": "licenceTaxHeadsBreakupTenant", "documentType": "_doc", "action": "", "plotLabel": "States", "aggregationPaths": [ "TL_Tax", "Adhoc_Penalty", "Adhoc_Rebate", "Total_Amount" ], "pathDataTypeMapping": [ { "TL_Tax": "amount" }, { "Adhoc_Penalty": "amount" }, { "Adhoc_Rebate": "amount" }, { "Total_Amount":"amount" } ], "insight": { }, "_comment": "" }, "licenceTaxHeadsBreakupDDRv3": { "chartName": "DSS_TL_TAX_HEAD_BREAKUP_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Regions\":{\"terms\":{\"field\":\"region.keyword\"},\"aggs\":{\"TL Tax\":{\"sum\":{\"field\":\"tlTax\"}},\"Adhoc Penalty\":{\"sum\":{\"field\":\"adhocPenalty\"}},\"Adhoc Rebate\":{\"sum\":{\"field\":\"adhocRebate\"}}}}}}}}" } ], "filterKeys": [ {"key": "regionId", "column": "Regions"} ], "chartType": "xtable", "valueType": "amount", "drillChart": "licenceTaxHeadsBreakupTenant", "documentType": "_doc", "action": "", "plotLabel": "Regions", "aggregationPaths": [ "TL Tax", "Adhoc Penalty", "Adhoc Rebate" ], "pathDataTypeMapping": [ { "TL Tax": "amount" }, { "Adhoc Penalty": "amount" }, { "Adhoc Rebate": "amount" } ], "computedFields": [ { "postAggregationTheory" : "", "actionName": "AdditiveComputedField", "fields" : ["TL Tax", "Adhoc Penalty", "Adhoc Rebate"], "newField" : "Total Amount", "_comments": "fields are field names picked from its aggregation query to use post aggregation newField value with given new field name " } ], "insight": { }, "_comment": "" }, "licenceTaxHeadsBreakupTenant": { "chartName": "DSS_TL_TAX_HEAD_BREAKUP_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"ULBs\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applicationsTax\":{\"avg\":{\"field\":\"tlTax\"}},\"applicationsPenalty\":{\"avg\":{\"field\":\"adhocPenalty\"}},\"applicationsRebate\":{\"avg\":{\"field\":\"adhocRebate\"}}}},\"wardapplicationsTax\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsTax\"}},\"wardapplicationsPenalty\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsPenalty\"}},\"wardapplicationsRebate\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsRebate\"}}}},\"TL_Tax\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsTax\"}},\"Adhoc_Penalty\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsPenalty\"}},\"Adhoc_Rebate\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplicationsRebate\"}},\"Total_Amount\":{\"bucket_script\":{\"buckets_path\":{\"Adhoc_Rebate\":\"Adhoc_Rebate\",\"TL_Tax\":\"TL_Tax\",\"Adhoc_Penalty\":\"Adhoc_Penalty\"},\"script\":{\"source\":\" params.TL_Tax + params.Adhoc_Penalty - params.Adhoc_Rebate\"}}}}}}}}}" } ], "filterKeys": [ {"key": "ulb", "column": "ULB"} ], "chartType": "xtable", "valueType": "amount", "drillChart": "licenceTaxHeadsBreakupWardv3", "documentType": "_doc", "action": "", "plotLabel": "ULB", "aggregationPaths": [ "TL_Tax", "Adhoc_Penalty", "Adhoc_Rebate", "Total_Amount" ], "pathDataTypeMapping": [ { "TL_Tax": "amount" }, { "Adhoc_Penalty": "amount" }, { "Adhoc_Rebate": "amount" }, { "Total_Amount": "amount" } ], "insight": { }, "_comment": "" }, "licenceTaxHeadsBreakupWardv3": { "chartName": "DSS_TL_TAX_HEAD_BREAKUP_BOUNDARY", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\", \"regionId\" : \"region.keyword\", \"ulb\" : \"ulb.keyword\",\"ward\" : \"ward.keyword\" }", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Wards\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applicationsTax\":{\"avg\":{\"field\":\"tlTax\"}},\"applicationsPenalty\":{\"avg\":{\"field\":\"adhocPenalty\"}},\"applicationsRebate\":{\"avg\":{\"field\":\"adhocRebate\"}}}},\"TL_Tax\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsTax\"}},\"Adhoc_Penalty\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsPenalty\"}},\"Adhoc_Rebate\":{\"sum_bucket\":{\"buckets_path\":\"days.applicationsRebate\"}},\"Total_Amount\":{\"bucket_script\":{\"buckets_path\":{\"Adhoc_Rebate\":\"Adhoc_Rebate\",\"TL_Tax\":\"TL_Tax\",\"Adhoc_Penalty\":\"Adhoc_Penalty\"},\"script\":{\"source\":\" params.TL_Tax + params.Adhoc_Penalty - params.Adhoc_Rebate\"}}}}}}}}}" } ], "filterKeys": [ {"key": "ward", "column": "Wards"} ], "chartType": "xtable", "valueType": "amount", "drillChart": "none", "documentType": "_doc", "action": "", "plotLabel": "Wards", "aggregationPaths": [ "TL_Tax", "Adhoc_Penalty", "Adhoc_Rebate", "Total_Amount" ], "pathDataTypeMapping": [ { "TL_Tax": "amount" }, { "Adhoc_Penalty": "amount" }, { "Adhoc_Rebate": "amount" }, { "Total_Amount" : "amount" } ], "insight": { }, "_comment": "" }, "tlTopPerformingUlbsCompletionRate": { "chartName": "NATIONAL_DSS_TOP_3_PERFORMING_STATES_COMPLETION_RATE", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Licenses Within SLA\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"todaysLicenseIssuedWithinSLA\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"Licenses Within SLA\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}},\"Total Licenses\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"licenses\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}},\"wardlicenses\":{\"sum_bucket\":{\"buckets_path\":\"days.licenses\"}}}},\"ulblicenses\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardlicenses\"}}}},\"totalLicenses\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulblicenses\"}}}}}}}}" } ], "chartType": "perform", "valueType": "percentage", "drillChart": "none", "documentType": "_doc", "action": "percentage", "isRoundOff": true, "plotLabel": "DSS_COMPLETION_RATE", "order": "desc", "limit": 3, "aggregationPaths": [ "Licenses Within SLA", "Total Licenses" ], "insight": { }, "_comment": " Top Performing Ulbs for Completion rate" }, "tlBottomPerformingUlbsCompletionRate": { "chartName": "NATIONAL_DSS_BOTTOM_3_PERFORMING_STATES_COMPLETION_RATE", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Licenses Within SLA\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"todaysLicenseIssuedWithinSLA\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"Licenses Within SLA\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}},\"Total Licenses\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"licenses\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}},\"wardlicenses\":{\"sum_bucket\":{\"buckets_path\":\"days.licenses\"}}}},\"ulblicenses\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardlicenses\"}}}},\"totalLicenses\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulblicenses\"}}}}}}}}" } ], "chartType": "perform", "valueType": "percentage", "drillChart": "none", "documentType": "_doc", "action": "percentage", "isRoundOff": true, "plotLabel": "DSS_COMPLETION_RATE", "order": "asc", "limit": 3, "aggregationPaths": [ "Licenses Within SLA", "Total Licenses" ], "insight": { }, "_comment": " Top Performing Ulbs for Completion rate" }, "cumulativeLicenseIssuedv2": { "chartName": "DSS_TL_CUMULATIVE_LICENSE_ISSUED", "queries": [ { "module": "COMMON", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[]}},\"aggs\":{\"Trade Licence Issued\":{\"date_histogram\":{\"field\":\"date\",\"interval\":\"month\"},\"aggs\":{\"Count\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "dateRefField": "date" }, { "module": "COMMON", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{}},\"aggs\":{\"Total Application\":{\"date_histogram\":{\"field\":\"date\",\"interval\":\"month\"},\"aggs\":{\"state\":{\"terms\":{\"field\":\"state.keyword\"},\"aggs\":{\"intermediateAggrULB\":{\"terms\":{\"field\":\"ulb.keyword\"},\"aggs\":{\"intermediateAggrWard\":{\"terms\":{\"field\":\"ward.keyword\"},\"aggs\":{\"days\":{\"terms\":{\"field\":\"date\"},\"aggs\":{\"applications\":{\"avg\":{\"field\":\"todaysApplications\"}}}},\"wardapplications\":{\"sum_bucket\":{\"buckets_path\":\"days.applications\"}}}},\"ulbApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrWard.wardapplications\"}}}},\"stateApplications\":{\"sum_bucket\":{\"buckets_path\":\"intermediateAggrULB.ulbApplications\"}}}},\"allApplications\":{\"sum_bucket\":{\"buckets_path\":\"state.stateApplications\"}}}}}}}}", "requestQueryMap": "{\"state\" : \"state.keyword\",\"ulb\" : \"ulb.keyword\"}", "dateRefField": "date" } ], "chartType": "line", "valueType": "number", "action": "", "documentType": "_doc", "drillChart": "none", "aggregationPaths": [ "Trade Licence Issued", "Total Application" ], "isCumulative": true, "interval": "month", "insight": { }, "_comment": " Total Number of License having issued" }, "tlStatusByState": { "chartName": "DSS_TL_STATUS_BY_STATE", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\"} ", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[{\"term\":{\"ulb.keyword\":\"pb.testing\"}}]}},\"aggs\":{\"State\":{\"terms\":{\"field\":\"state.keyword\",\"size\":1000},\"aggs\":{\"Status\":{\"terms\":{\"field\":\"status.keyword\",\"size\":1000,\"min_doc_count\":0},\"aggs\":{\"License Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}}}" } ], "filterKeys": [ {"key": "state", "column": "State"} ], "chartType": "xtable", "valueType": "number", "drillChart": "tlStatusByUlb", "drillFields": [ "" ], "pathDataTypeMapping": [ { "INITIATED": "number" }, { "FIELDINSPECTION": "number" }, { "REJECTED": "number" }, { "APPROVED": "number" }, { "APPLIED": "number" }, { "PENDINGAPPROVAL": "number" }, { "CANCELLED": "number" }, { "PENDINGPAYMENT": "number" }, { "PAID": "number" } ], "documentType": "_doc", "action": "", "plotLabel": "State", "insight": { }, "_comment": "" }, "tlStatusByUlb": { "chartName": "DSS_TL_STATUS_BY_WARD", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\" , \"ulb\" : \"ulb.keyword\" } ", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[{\"term\":{\"ulb.keyword\":\"pb.testing\"}}]}},\"aggs\":{\"ULB\":{\"terms\":{\"field\":\"ulb.keyword\",\"size\":1000},\"aggs\":{\"Status\":{\"terms\":{\"field\":\"status.keyword\",\"size\":1000,\"min_doc_count\":0},\"aggs\":{\"License Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}}}" } ], "filterKeys": [ {"key": "ulb", "column": "ULB"} ], "chartType": "xtable", "valueType": "number", "drillChart": "tlStatusByWard", "drillFields": [ "" ], "pathDataTypeMapping": [ { "INITIATED": "number" }, { "FIELDINSPECTION": "number" }, { "REJECTED": "number" }, { "APPROVED": "number" }, { "APPLIED": "number" }, { "PENDINGAPPROVAL": "number" }, { "CANCELLED": "number" }, { "PENDINGPAYMENT": "number" }, { "PAID": "number" } ], "documentType": "_doc", "action": "", "plotLabel": "ULB", "insight": { }, "_comment": "" }, "tlStatusByWard": { "chartName": "DSS_TL_STATUS_BY_WARD", "queries": [ { "module": "COMMON", "requestQueryMap": "{\"state\" : \"state.keyword\" , \"ulb\" : \"ulb.keyword\" , \"ward\" : \"ward.keyword\" } ", "dateRefField": "date", "indexName": "tl-national-dashboard", "aggrQuery": "{\"aggs\":{\"AGGR\":{\"filter\":{\"bool\":{\"must_not\":[{\"term\":{\"ulb.keyword\":\"pb.testing\"}}]}},\"aggs\":{\"Ward\":{\"terms\":{\"field\":\"ward.keyword\",\"size\":1000},\"aggs\":{\"Status\":{\"terms\":{\"field\":\"status.keyword\",\"size\":1000,\"min_doc_count\":0},\"aggs\":{\"License Issued\":{\"sum\":{\"field\":\"todaysTradeLicensesForStatus\"}}}}}}}}}}" } ], "filterKeys": [ {"key": "ward", "column": "Ward"} ], "chartType": "table", "valueType": "number", "drillChart": "none", "drillFields": [ "" ], "pathDataTypeMapping": [ { "INITIATED": "number" }, { "FIELDINSPECTION": "number" }, { "REJECTED": "number" }, { "APPROVED": "number" }, { "APPLIED": "number" }, { "PENDINGAPPROVAL": "number" }, { "CANCELLED": "number" }, { "PENDINGPAYMENT": "number" }, { "PAID": "number" } ], "documentType": "_doc", "action": "", "plotLabel": "Ward", "insight": { }, "_comment": "" }

Click here for the complete configuration

Master Dashboard Configuration:

Master Dashboard Configuration is the main configuration which defines as which are the Dashboards which are to be painted on screen. 

It includes all the Visualizations, their groups, the charts which comes within them and even their dimensions as what should be their height and width.

 

{ "name": "DSS_TRADE_LICENSE_DASHBOARD", "id": "national-tradelicense", "isActive": "", "style": "linear", "visualizations": [ { "row": 1, "name": "DSS_REVENUE", "vizArray": [ { "id": 311, "name": "DSS_OVERVIEW", "dimensions": { "height": 350, "width": 5 }, "vizType": "metric-collection", "label": "DSS_OVERVIEW", "noUnit": true, "isCollapsible": false, "charts": [ { "id": "tradeLicenseTodaysCollectionv2", "name": "DSS_TODAYS_COLLECTION", "code": "", "chartType": "metric", "filter": {"title": "TODAY"}, "headers": [] }, { "id": "tradeLicenseTotalCollectionv2", "name": "DSS_TOTAL_COLLECTION", "code": "", "chartType": "metric", "filter": "", "headers": [] }, { "id": "tlTargetCollection", "name": "DSS_TARGET_COLLECTION", "code": "", "chartType": "metric", "filter": "", "headers": [] }, { "id": "tlTargetAchieved", "name": "DSS_TARGET_ACHIEVED", "code": "", "chartType": "metric", "filter": "", "headers": [] } ] }, { "id": 312, "name": "Total Cumulative Collection", "dimensions": { "height": 350, "width": 7 }, "vizType": "chart", "label": "", "noUnit": true, "isCollapsible": false, "charts": [ { "id": "tlMonthlyCumulativeCollectionv2", "name": "Monthly", "code": "", "chartType": "line", "filter": "", "headers": [] } ] } ] }, { "row": 2, "name": "DSS_REVENUE", "vizArray": [ { "id": 321, "name": "NATIONAL_DSS_TOP_PERFORMING_STATES", "dimensions": { "height": 250, "width": 4 }, "vizType": "performing-metric", "label": "", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "tlTopPerformingUlbs", "name": "NATIONAL_DSS_TOP_PERFORMING_STATES", "code": "", "chartType": "bar", "filter": "", "headers": [] } ] }, { "id": 322, "name": "NATIONAL_DSS_BOTTOM_PERFORMING_STATES", "dimensions": { "height": 250, "width": 4 }, "vizType": "performing-metric", "label": "", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "tlBottomPerformingUlbs", "name": "NATIONAL_DSS_BOTTOM_PERFORMING_STATES", "code": "", "chartType": "bar", "filter": "", "headers": [] } ] }, { "id": 323, "name": "DSS_TL_LICENSE_BY_TYPE", "dimensions": { "height": 250, "width": 4 }, "vizType": "chart", "label": "", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "tlCollectionByTradeTypev2", "name": "DSS_TL_COLLECTION_BY_TRADE_TYPE", "code": "", "chartType": "donut", "filter": "", "headers": [] } ] } ] }, { "row": 4, "name": "DSS_REVENUE", "vizArray": [ { "id": 231, "name": "DSS_TL_KEY_FY_INDICATORS", "dimensions": { "height": 350, "width": 12 }, "vizType": "chart", "label": "", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "licenseIssuedBoundaryRevenuev3", "name": "DSS_TL_DEMAND_COLLECTION_BOUNDARY", "code": "", "chartType": "table", "filter": "", "headers": [], "tabName": "Boundary" } ] } ] }, { "row": 5, "name": "DSS_REVENUE", "vizArray": [ { "id": 231, "name": "DSS_TL_TAX_HEAD_BREAKUP", "dimensions": { "height": 350, "width": 12 }, "vizType": "chart", "label": "", "noUnit": false, "isCollapsible": true, "charts": [ { "id": "licenceTaxHeadsBreakupState", "name": "DSS_TL_TAX_HEAD_BREAKUP_BOUNDARY", "code": "", "chartType": "table", "filter": "", "headers": [], "tabName": "Boundary" } ] } ] }, { "row": 6, "name": "DSS_SERVICE", "vizArray": [ { "id": 341, "name": "DSS_OVERVIEW", "dimensions": { "height": 350, "width": 5 }, "vizType": "metric-collection", "isCollapsible": false, "label": "DSS_OVERVIEW", "charts": [ { "id": "totalApplicationsv2", "name": "DSS_TOTAL_APPLICATION", "code": "", "chartType": "metric", "filter": "", "headers": [] }, { "id": "totalLicensesIssuedv2", "name": "DSS_TOTAL_LICENSES", "code": "", "chartType": "metric", "filter": "", "headers": [] } ] }, { "id": 342, "name": "DSS_TL_CUMULATIVE_LICENSE_ISSUED", "dimensions": { "height": 350, "width": 7 }, "vizType": "chart", "isCollapsible": false, "charts": [ { "id": "cumulativeLicenseIssuedv2", "name": "Monthly", "code": "", "chartType": "line", "filter": "", "headers": [] } ] } ] }, { "row": 7, "name": "DSS_SERVICE", "vizArray": [ { "id": 351, "name": "NATIONAL_DSS_TOP_3_PERFORMING_STATES_COMPLETION_RATE", "dimensions": { "height": 250, "width": 4 }, "vizType": "performing-metric", "label": "", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "tlTopPerformingUlbsCompletionRate", "name": "NATIONAL_DSS_TOP_3_PERFORMING_STATES_COMPLETION_RATE", "code": "", "chartType": "bar", "filter": "", "headers": [] } ] }, { "id": 352, "name": "NATIONAL_DSS_BOTTOM_3_PERFORMING_STATES_COMPLETION_RATE", "dimensions": { "height": 250, "width": 4 }, "vizType": "performing-metric", "noUnit": false, "isCollapsible": false, "charts": [ { "id": "tlBottomPerformingUlbsCompletionRate", "name": "NATIONAL_DSS_BOTTOM_3_PERFORMING_STATES_COMPLETION_RATE", "code": "", "chartType": "bar", "filter": "", "headers": [] } ] }, { "id": 353, "name": "DSS_TL_LICENSE_BY_STATUS", "dimensions": { "height": 250, "width": 4 }, "vizType": "chart", "isCollapsible": false, "charts": [ { "id": "tlTradeLicenseByStatusv2", "name": "DSS_TL_COLLECTION_BY_TRADE_TYPE", "code": "", "chartType": "donut", "filter": "", "headers": [] } ] } ] }, { "row": 8, "name": "DSS_SERVICE", "vizArray": [ { "id": 351, "name": "DSS_TL_STATUS_BOUNDARY", "dimensions": { "height": 250, "width": 4 }, "vizType": "chart", "label": "", "noUnit": false, "isCollapsible": true, "charts": [ { "id": "tlStatusByState", "name": "", "code": "", "chartType": "table", "filter": "", "headers": [], "tabName": "Boundary" } ] } ] } ] }

Click here for complete configuration

Role Dashboard Mappings Configuration:

Master Dashboard Configuration which was explained earlier hold the list of Dashboards which are available.

Given the instance where Role Action Mapping is not maintained in the Application Service, this configuration will act as Role - Dashboard Mapping Configuration 

In this, each Role is mapped against the Dashboard which they are authorized to see

This was used earlier when the Role Action Mapping of eGov was not integrated.

Later, when the Role Action Mapping started controlling the Dashboards to be seen on the client side, this configuration was just used to enable the Dashboards for viewing. 

 

{ "_comment": "Holds mapping for each role with and its associated dashboards", "roles" : [ { "_comment":"This role is super role which can access all the available dashboards: [other/new roles are suppose to be added]", "roleId": 6, "roleName" : "Admin", "isSuper" : "", "orgId": "", "dashboards": [ { "name": "National Trade License", "id": "national-tradelicense" } ] } ] }

Click here for complete configuration

MDMS Configuration to be added:

common-masters/uiCommonConstants.json

 

Click here for complete configuration

roleaction.json

 

Click here for complete configuration

Action test.json:

 

Click here for complete configuration

Trade License-National DSS Consists of multiple graphs which represent the data of Trade License. Each graph has its own configuration which will describe the chart and its type.

National DSS Consists of following charts in Trade License:

Revenue Tab :

  • Overview

  • Total Cumulative Collection

  • Top 3 States By Performance

  • Bottom 3 States by Performance

  • Collection by Trade Type

  • Key Financial Indicators

  • Tax Heads

Service Tab :

  • Overview

  • Total Cumulative Licenses Issued

  • Top 3 Performing States By Completion

  • Bottom 3 Performing States By Completion

  • Trade Licenses by Status

  • Status Report

Revenue Tab :

Overview:

Overview graph contains multiple data information as below in the selected time period.

  • Today’s Collection : This represents the today’s collection amount.

  •  Total Collection : This represents the total collection amount.

  • Target Collection : This represents the target collection amount.

  • Target Achievement : This represents the target achieved in percentage. This is calculated by formula- (Total Collection/Target Collection)*100%

 Total Cumulative Collection:

This Graph contains the Trade License collection amount information in the monthly base as a cumulative line graph. This will change as per the denomination amount filter selection.

line - this graph/chart is data representation on date histograms or date groupings.

Top 3 Performing States By Completion

This graph represents the States based on the Target achieved in bar chart representation with the % of target achieved in descending order.

 

Bottom 3 States by Performance

This graph represents the States based on the Target achieved in bar chart representation with the % of target achieved in ascending order.

Collection by Trade Type

This graph shows the collection amount based on the trade type.

Key Financial Indicators:

This tabular chart representation graph shows multiple Trade License information like Target Collection, Total Collection, Total Transactions, Total Licenses Issued and Target Achievement (in %). And this table shows the data in State level and also has the drill down chart for each State to ulb and from ulb to ward level data for the same.

xtable type allows to add multiple computed fields with the aggregated fields dynamically added.

To add multiple computed columns,  computedFields []  where actionName (IComputedField<T> interface), fields [] names as in exist in query key, newField as name to appear for computation must be defined.

On click of any State name will enter into drill down charts, which will represents that specific Ulb data.

On click of the ULB will navigate to wards under that specific ULB and each ward shows the specific data regarding that ward.

Tax Heads:

This tabular chart representation graph shows multiple Trade License information like TL Tax, Adhoc Penalty, Adhoc Rebate, Total Amount etc. And this table shows the data in State level and also has the drill down chart for each State to ulb and from ulb to ward level data for the same.

table type allows to add multiple aggregated fields.

On click of any State name will enter into drill down charts, which will represents that specific Ulb data.

On click of the ULB will navigate to wards under that specific ULB and each ward shows the specific data regarding that ward.

Service Tab :

Overview:

Overview graph contains multiple data information as below in the selected time period.

  • Total Applications : This represents the total number of ptrade license applications.

  • Total Licenses :  This represents the total licenses issued.

 

Total Cumulative Licenses Issued:

This Graph contains the licenses issued and total applications information in the monthly base as a cumulative line graph.

line - this graph/chart is data representation on date histograms or date groupings.

Top 3 Performing States By Completion:

This graph represents the States based on the number of licenses issued within SLA and the number of licenses issued, in bar chart representation with the % in descending order.

 

Bottom 3 Performing States By Completion:

This graph represents the States based on the number of licenses issued within SLA and the number of licenses issued, in bar chart representation with the % in ascending order.

 

 

Trade Licenses by Status:

This circular chart represents the number of trade licenses according to status.

Status report:

This table shows the status-wise breakup of trade licenses by states for the selected year.

If we select a state, the drill down chart for ULBs in that state appears.

 

Index Properties of National Trade License

The index that contains data for National-Trade License is- tl-national-dashboard

The mapping for this index is:

 

The following is the table that describes the properties mentioned above:

Attributes

Definition

Breakup

ulb

The district or region for which the data is ingested

Nil

state

The ULB name for which the data is ingested

Nil

ward

The ward for which the data is ingested

Nil

transactions

Number of transactions related to TL module on a given date

Nil

todaysApplications

Number of applications related to TL module on a given date

Breakup by channel type and connection type has to be provided

todaysCollection

Total collection related to TL module on a given date

Breakup by trade type

todaysTradeLicenses

# of tradelicenses issued today

Breakup by status

applicatonsMovedToday

# of Applications moved today

Breakup by status

tlTax

Total tax applied on the trade license

Nil

adhocPenalty

Total ad-hoc penalty on the trade license

Nil

adhocRebate

Total ad-hoc rebate received on the trade license

Nil