Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4331 from minvws/release/2.52.0
Browse files Browse the repository at this point in the history
Release/2.52.0
  • Loading branch information
Amber-Taal-Work authored Jul 21, 2022
2 parents c5ac600 + 4832a75 commit 68bb247
Show file tree
Hide file tree
Showing 101 changed files with 753 additions and 18,761 deletions.
6 changes: 1 addition & 5 deletions docs/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ export interface Feature {
metricProperties?: string[];
}

export type JsonDataScope =
| DataScopeKey
| 'in_collection'
| 'vr_collection'
| 'gm_collection';
export type JsonDataScope = DataScopeKey | 'vr_collection' | 'gm_collection';
```

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/get-static-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,14 @@ This does exactly the same as `selectNl` and `selectVr` except it selects data f

#### createGetChoroplethData

This selects choropleth data from **GM_COLLECTION.json**, **VR_COLLECTION.json** or **IN_COLLECTION.json**.
This selects choropleth data from **GM_COLLECTION.json** or **VR_COLLECTION.json**.
The object it returns is of this shape:

```ts
{
choropleth: {
vr: VrCollection;
gm: GmCollection
in: InCollection;
},
}
```
Expand Down
46 changes: 0 additions & 46 deletions packages/app/schema/in/__index.json

This file was deleted.

75 changes: 0 additions & 75 deletions packages/app/schema/in/__named_difference.json

This file was deleted.

49 changes: 0 additions & 49 deletions packages/app/schema/in/tested_overall.json

This file was deleted.

78 changes: 0 additions & 78 deletions packages/app/schema/in/variants.json

This file was deleted.

42 changes: 0 additions & 42 deletions packages/app/schema/in_collection/__index.json

This file was deleted.

8 changes: 8 additions & 0 deletions packages/app/schema/nl/__index.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"tested_ggd_archived",
"tested_overall",
"tested_per_age_group",
"vaccine_campaigns",
"vaccine_planned",
"vaccine_vaccinated_or_support",
"vaccine_delivery_estimate",
"vaccine_administered",
Expand Down Expand Up @@ -195,6 +197,12 @@
"vaccine_administered_planned": {
"$ref": "vaccine_administered_planned.json"
},
"vaccine_campaigns": {
"$ref": "vaccine_campaigns.json"
},
"vaccine_planned": {
"$ref": "vaccine_planned.json"
},
"vaccine_coverage_per_age_group": {
"$ref": "vaccine_coverage_per_age_group.json"
},
Expand Down
Loading

0 comments on commit 68bb247

Please sign in to comment.