Commit f4dfd985 authored by Darshan M N's avatar Darshan M N
Browse files

Adding Visualization changes

parent 35d3fb75
No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
......@@ -95,7 +95,7 @@
"dateRefField": "timestamp",
"indexName": "fs-forms-data",
"esInstance": "QUADNARY",
"aggrQuery": "{\"aggs\":{\"Inspection Completed\":{\"filter\":{\"bool\":{\"filter\":[{\"terms\":{\"status.keyword\":[\"INSCOMPLETED\"],\"boost\":1}}],\"adjust_pure_negative\":true,\"boost\":1}},\"aggs\":{\"Performing Lead Inspectors\":{\"terms\":{\"field\":\"inspection.leadInspector\"}}}}}}"
"aggrQuery": "{\"aggs\":{\"Inspection Completed\":{\"filter\":{\"bool\":{\"filter\":[{\"terms\":{\"inspection.assignedTo.status.keyword\":[\"INSCOMPLETED\"],\"boost\":1}}],\"adjust_pure_negative\":true,\"boost\":1}},\"aggs\":{\"Lead Inspector Status\":{\"terms\":{\"field\":\"inspection.assignedTo.leadInspector\",\"size\":10},\"aggs\":{\"Performing Lead Inspectors\":{\"terms\":{\"field\":\"inspection.assignedTo.firstName.keyword\",\"size\":5}}}}}}}}"
}
],
"chartType": "bar",
......
......@@ -38,6 +38,7 @@
{
"id": 111,
"name": "Application Status Count",
"description": "A view of all the applications and their status",
"dimensions": {
"height": 250,
"width": 4
......@@ -59,6 +60,7 @@
{
"id": 111,
"name": "Application Submission Trend",
"description": "Over a period of time, how many applications have been submitted and the trend",
"dimensions": {
"height": 250,
"width": 4
......@@ -80,6 +82,7 @@
{
"id": 111,
"name": "Performing Lead Inspectors",
"description": "High performing Lead Inspectors and their inspections count",
"dimensions": {
"height": 250,
"width": 4
......@@ -107,6 +110,7 @@
{
"id": 111,
"name": "Pending Approved and Rejected",
"description": "A split of the status indicators to get a high level view of all the applications",
"dimensions": {
"height": 250,
"width": 4
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment