Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
"type": "string",
"name": "district_externalId"
},
{
"type":"string",
"name":"block_name"
},
{
"type":"string",
"name":"block_externalId"
},
{
"type": "string",
"name": "organisation_name"
Expand Down Expand Up @@ -125,6 +133,10 @@
"type": "long",
"name": "unique_users"
},
{
"type":"long",
"name":"unique_solution"
},
{
"type": "string",
"name": "time_stamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
"type": "string",
"name": "district_externalId"
},
{
"type":"string",
"name":"block_externalId"
},
{
"type":"string",
"name":"organisation_name"
},
{
"type": "string",
"name": "organisation_name"
Expand Down Expand Up @@ -113,6 +121,10 @@
"type": "long",
"name": "unique_users"
},
{
"type":"long",
"name":"unique_solution"
},
{
"type": "string",
"name": "time_stamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
"type": "string",
"name": "district_externalId"
},
{
"type":"string",
"name":"block_name"
},
{
"type":"string",
"name":"block_externalId"
},
{
"type": "string",
"name": "organisation_name"
Expand Down Expand Up @@ -105,6 +113,10 @@
"type": "long",
"name": "unique_users"
},
{
"type":"long",
"name":"unique_solution"
},
{
"type": "string",
"name": "time_stamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
{
"type": "string",
"name": "time_stamp"
},
{
"type":"long",
"name":"no_of_certificate_issued"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
"type": "string",
"name": "district_externalId"
},
{
"type":"string",
"name":"block_name"
},
{
"type":"string",
"name":"block_externalId"
},
{
"type": "string",
"name": "organisation_name"
Expand Down Expand Up @@ -101,14 +109,22 @@
"type": "long",
"name": "unique_users"
},
{
"type":"long",
"name":"unique_solution"
},
{
"type": "long",
"name": "no_of_imp_with_evidence"
},
{
"type": "string",
"name": "time_stamp"
}
},
{
"type":"long",
"name":"no_of_certificate_issued"
}
]
},
"metricsSpec": []
Expand Down
8 changes: 4 additions & 4 deletions ansible/roles/druid-ingestion/templates/raw_sl_observation
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
"type": "string",
"name": "entityType"
},
{
"type": "string",
"name": "entityTypeId"
},
{
"type": "string",
"name": "observationId"
Expand Down Expand Up @@ -471,6 +467,10 @@
{
"type": "string",
"name": "cluster_code"
},
{
"type":"boolean",
"name":"isRubricDriven"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"type": "string",
"name": "entityName"
},
{
"type": "string",
"name": "entityTypeId"
},
{
"type": "string",
"name": "entityType"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,74 @@
{
"type": "string",
"name": "user_type"
},
{
"type": "string",
"name": "observed_school_name"
},
{
"type": "string",
"name": "observed_school_id"
},
{
"type": "string",
"name": "observed_school_code"
},
{
"type": "string",
"name": "observed_state_name"
},
{
"type": "string",
"name": "observed_state_id"
},
{
"type": "string",
"name": "observed_state_code"
},
{
"type": "string",
"name": "observed_district_name"
},
{
"type": "string",
"name": "observed_district_id"
},
{
"type": "string",
"name": "observed_district_code"
},
{
"type": "string",
"name": "observed_block_name"
},
{
"type": "string",
"name": "observed_block_id"
},
{
"type": "string",
"name": "observed_block_code"
},
{
"type": "string",
"name": "observed_cluster_name"
},
{
"type": "string",
"name": "observed_cluster_id"
},
{
"type": "string",
"name": "observed_cluster_code"
},
{
"name": "criteriaLevelReport",
"type": "boolean"
},
{
"name": "isRubricDriven",
"type": "boolean"
}
]
},
Expand Down
36 changes: 36 additions & 0 deletions ansible/roles/druid-ingestion/templates/raw_sl_project_index
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,42 @@
{
"type": "string",
"name": "user_type"
},
{
"type": "string",
"name": "certificate_id"
},
{
"type": "string",
"name": "certificate_status"
},
{
"type": "string",
"name": "certificate_issued_on"
},
{
"type": "string",
"name": "certificate_status_customised"
},
{
"type": "string",
"name": "certificate_template_url"
},
{
"type":"long",
"name":"task_count"
},
{
"type":"long",
"name":"task_evidence_count"
},
{
"type":"long",
"name":"project_evidence_count"
},
{
"type":"long",
"name":"task_sequence"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions ansible/roles/druid-ingestion/templates/raw_sl_survey
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,12 @@
{
"type": "string",
"name": "organisation_id"
},
{
"type":"string",
"name":"evidences"
}

]
}
}
Expand Down
Loading