Skip to content

Commit

Permalink
Commit changes to update dashboard with new data, covering week comme…
Browse files Browse the repository at this point in the history
…ncing 9 Sep 24.
  • Loading branch information
c-h-rowe committed Sep 26, 2024
1 parent a66fec0 commit aba90ad
Show file tree
Hide file tree
Showing 31 changed files with 7,293 additions and 229,398 deletions.
95,605 changes: 2,471 additions & 93,134 deletions data/EES_daily_data.csv

Large diffs are not rendered by default.

19,399 changes: 495 additions & 18,904 deletions data/EES_weekly_data.csv

Large diffs are not rendered by default.

990 changes: 495 additions & 495 deletions data/EES_ytd_data.csv

Large diffs are not rendered by default.

115,990 changes: 3,459 additions & 112,531 deletions data/attendance_data_dashboard.csv

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,8 @@
},
"RCurl": {
"Package": "RCurl",
"Version": "1.98-1.14",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"bitops",
"methods"
],
"Hash": "47f648d288079d0c696804ad4e55197e"
"Version": "1.98-1.16",
"Source": "Repository"
},
"RODBC": {
"Package": "RODBC",
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/UI_tests/001.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"ts_choice": "latestweeks"
},
"output": {
"daily_schools_count": "19,780 schools provided information on the latest full day of data, i.e. 2024-07-19",
"headline_update_date": "Data was last updated on 2024-08-08",
"homepage_update_dates": "Data was last updated on 2024-08-08. The latest full week of data was the week commencing 2024-07-15."
"daily_schools_count": "20,483 schools provided information on the latest full day of data, i.e. 2024-09-13",
"headline_update_date": "Data was last updated on 2024-09-26.",
"homepage_update_dates": "Data was last updated on 2024-09-26 and is next expected to be updated on 2024-10-10. The latest full week of data was the week commencing 2024-09-09."
}
}
Binary file modified tests/testthat/_snaps/UI_tests/001_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 39 additions & 39 deletions tests/testthat/_snaps/UI_tests/002.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"automargin": true,
"title": "Date",
"tickvals": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"zeroline": true,
"zerolinewidth": 2,
Expand Down Expand Up @@ -107,18 +107,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
7.7916855025119203,
6.5055078862917401,
6.5119275579123501,
6.8365910683173698,
8.5390039161567692
3.9247590143978401,
3.6537576091408601,
3.4886795780858599,
3.6549612508865899,
4.4333424741676897
],
"line": {
"color": "#12436D"
Expand Down Expand Up @@ -151,18 +151,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
4.3228762406780303,
3.7910673236679799,
3.5663638517507898,
3.44679327335245,
3.9456764623898199
2.19887917356407,
2.1684250667344598,
2.1082301478110601,
2.3113877539905698,
2.9285361629650999
],
"line": {
"color": "#28A197"
Expand Down Expand Up @@ -195,18 +195,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
3.4688092618338899,
2.7144405626237602,
2.9455637061615598,
3.3897977949649198,
4.5933274537669604
1.7258798408337701,
1.4853325424063999,
1.38044943027481,
1.34357349689602,
1.50480631120259
],
"line": {
"color": "#F46A25"
Expand Down Expand Up @@ -349,9 +349,9 @@
}
]
},
"headline_bullet_title_nat": "Headline figures for the latest week - 2024-07-15 to 2024-07-19: primary state-funded school attendance at national level",
"weekly_absence_rate_nat": "7.2% of sessions were recorded as absence",
"weekly_attendance_rate_nat": "92.8% of sessions were recorded as attending",
"weekly_illness_rate_nat": "2.9% of sessions were recorded as illness"
"headline_bullet_title_nat": "Headline figures for the latest week - 2024-09-09 to 2024-09-13: primary state-funded school attendance at national level",
"weekly_absence_rate_nat": "3.8% of sessions were recorded as absence",
"weekly_attendance_rate_nat": "96.2% of sessions were recorded as attending",
"weekly_illness_rate_nat": "1.7% of sessions were recorded as illness"
}
}
Binary file modified tests/testthat/_snaps/UI_tests/002_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 39 additions & 39 deletions tests/testthat/_snaps/UI_tests/003.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"automargin": true,
"title": "Date",
"tickvals": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"zeroline": true,
"zerolinewidth": 2,
Expand Down Expand Up @@ -107,18 +107,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
13.1508900038415,
12.1208372654076,
12.6683866117955,
14.025623475434999,
17.6816004733287
5.3990299431421001,
5.5300875052247003,
5.4854570002846303,
5.7015095634768098,
6.4822190383304399
],
"line": {
"color": "#12436D"
Expand Down Expand Up @@ -151,18 +151,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
6.6354096827896996,
6.2640662060601002,
6.3626936881982603,
6.7439207526995197,
7.6864217927733396
2.7249820939443601,
2.98390547107434,
3.0298854710099499,
3.2336313063432001,
3.77897465187056
],
"line": {
"color": "#28A197"
Expand Down Expand Up @@ -195,18 +195,18 @@
"mode": "markers+lines",
"type": "scatter",
"x": [
"2024-07-15",
"2024-07-16",
"2024-07-17",
"2024-07-18",
"2024-07-19"
"2024-09-09",
"2024-09-10",
"2024-09-11",
"2024-09-12",
"2024-09-13"
],
"y": [
6.5154803210518297,
5.8567710593475004,
6.3056929235972099,
7.2817027227354698,
9.9951786805553393
2.67404784919774,
2.54618203415035,
2.4555715292746898,
2.46787825713362,
2.7032443864598799
],
"line": {
"color": "#F46A25"
Expand Down Expand Up @@ -349,9 +349,9 @@
}
]
},
"headline_bullet_title_nat": "Headline figures for the latest week - 2024-07-15 to 2024-07-19: secondary state-funded school attendance at national level",
"weekly_absence_rate_nat": "13.8% of sessions were recorded as absence",
"weekly_attendance_rate_nat": "86.2% of sessions were recorded as attending",
"weekly_illness_rate_nat": "4.9% of sessions were recorded as illness"
"headline_bullet_title_nat": "Headline figures for the latest week - 2024-09-09 to 2024-09-13: secondary state-funded school attendance at national level",
"weekly_absence_rate_nat": "5.7% of sessions were recorded as absence",
"weekly_attendance_rate_nat": "94.3% of sessions were recorded as attending",
"weekly_illness_rate_nat": "2.1% of sessions were recorded as illness"
}
}
Binary file modified tests/testthat/_snaps/UI_tests/003_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aba90ad

Please sign in to comment.