Skip to content

Commit

Permalink
Merge pull request #35 from UKHSA-Internal/sandbox
Browse files Browse the repository at this point in the history
Sandbox -> development
  • Loading branch information
adebayoolabintan authored Nov 17, 2023
2 parents 48a5673 + 20fec65 commit 37c060e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/utils/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,14 @@ class MetricData:
"newPeopleVaccinatedSpring22ByVaccinationDate",
"cumPeopleVaccinatedSpring22ByVaccinationDate",
"cumVaccinationSpring22UptakeByVaccinationDatePercentage",

"newPeopleVaccinatedSpring23ByVaccinationDate",
"cumPeopleVaccinatedSpring23ByVaccinationDate",
"cumVaccinationSpring23UptakeByVaccinationDatePercentage",

"newPeopleVaccinatedAutumn23ByVaccinationDate",
"cumPeopleVaccinatedAutumn23ByVaccinationDate",
"cumVaccinationAutumn23UptakeByVaccinationDatePercentage",
]
}

Expand Down
6 changes: 6 additions & 0 deletions app/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ class DBQueries(NamedTuple):
"newPeopleVaccinatedSpring23ByVaccinationDate75plus": int,
"cumPeopleVaccinatedSpring23ByVaccinationDate75plus": int,
"cumVaccinationSpring23UptakeByVaccinationDatePercentage75plus": float,
"newPeopleVaccinatedAutumn23ByVaccinationDate65plus": int,
"cumPeopleVaccinatedAutumn23ByVaccinationDate65plus": int,
"cumVaccinationAutumn23UptakeByVaccinationDatePercentage65plus": float,

"vaccinationsAgeDemographics": list,

Expand Down Expand Up @@ -802,6 +805,9 @@ class DBQueries(NamedTuple):
"newPeopleVaccinatedSpring23ByVaccinationDate75plus": int,
"cumPeopleVaccinatedSpring23ByVaccinationDate75plus": int,
"cumVaccinationSpring23UptakeByVaccinationDatePercentage75plus": float,
"newPeopleVaccinatedAutumn23ByVaccinationDate65plus": int,
"cumPeopleVaccinatedAutumn23ByVaccinationDate65plus": int,
"cumVaccinationAutumn23UptakeByVaccinationDatePercentage65plus": float,

"vaccinationsAgeDemographics": list,

Expand Down

0 comments on commit 37c060e

Please sign in to comment.