From bc838702b2e70f0c4dcaa42bef6d35db91630db8 Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Wed, 17 Sep 2025 19:46:03 +0200 Subject: [PATCH 1/2] update data --- www/data/attended_per_year.json | 4 +-- www/data/average_rating_per_month.json | 12 ++++++- www/data/counted_stats.json | 12 +++---- www/data/last_updated_at.json | 2 +- www/data/new_signups.json | 42 +++++++++++------------ www/data/ratings_per_year.json | 4 +-- www/data/returning_members.json | 6 ++-- www/data/student_to_coach_conversion.json | 6 ++-- www/data/workshops_per_year.json | 2 +- 9 files changed, 50 insertions(+), 40 deletions(-) diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 9b72adc..d669481 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -60,8 +60,8 @@ "year": 2024 }, { - "students": 826, - "coaches": 648, + "students": 1098, + "coaches": 809, "year": 2025 } ] \ No newline at end of file diff --git a/www/data/average_rating_per_month.json b/www/data/average_rating_per_month.json index 3ca7e8a..c4771f9 100644 --- a/www/data/average_rating_per_month.json +++ b/www/data/average_rating_per_month.json @@ -662,6 +662,16 @@ { "month": 7, "year": 2025, - "avg": 4.8 + "avg": 4.909090909090909 + }, + { + "month": 8, + "year": 2025, + "avg": 4.9375 + }, + { + "month": 9, + "year": 2025, + "avg": 5 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index e4f276a..e73ceb5 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -1,11 +1,11 @@ { - "coach_count": 7171, - "student_count": 19810, - "chapter_count": 31, - "workshop_count": 2358, + "coach_count": 7207, + "student_count": 19998, + "chapter_count": 30, + "workshop_count": 2393, "monthlies_count": 51, - "events_count": 226, + "events_count": 230, "busiest_month": 5, "slowest_month": 12, - "average_rating": 4.772124940842404 + "average_rating": 4.773549447968053 } \ No newline at end of file diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 40a81b7..7b50756 100644 --- a/www/data/last_updated_at.json +++ b/www/data/last_updated_at.json @@ -1,3 +1,3 @@ { - "last_updated_at": "2025-07-22T23:05:35.746Z" + "last_updated_at": "2025-09-24T11:04:35.245Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index 726b022..4b9d16a 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -1,7 +1,7 @@ [ { "coachcount": 152, - "studentcount": 385, + "studentcount": 384, "year": 2014 }, { @@ -10,53 +10,53 @@ "year": 2015 }, { - "coachcount": 314, - "studentcount": 643, + "coachcount": 313, + "studentcount": 640, "year": 2016 }, { - "coachcount": 437, - "studentcount": 1153, + "coachcount": 435, + "studentcount": 1147, "year": 2017 }, { - "coachcount": 727, - "studentcount": 1834, + "coachcount": 726, + "studentcount": 1828, "year": 2018 }, { - "coachcount": 840, - "studentcount": 2208, + "coachcount": 838, + "studentcount": 2206, "year": 2019 }, { - "coachcount": 466, - "studentcount": 1139, + "coachcount": 464, + "studentcount": 1136, "year": 2020 }, { - "coachcount": 267, - "studentcount": 841, + "coachcount": 266, + "studentcount": 835, "year": 2021 }, { - "coachcount": 421, - "studentcount": 1210, + "coachcount": 420, + "studentcount": 1202, "year": 2022 }, { - "coachcount": 580, - "studentcount": 1517, + "coachcount": 577, + "studentcount": 1510, "year": 2023 }, { - "coachcount": 499, - "studentcount": 1289, + "coachcount": 494, + "studentcount": 1281, "year": 2024 }, { - "coachcount": 222, - "studentcount": 635, + "coachcount": 276, + "studentcount": 792, "year": 2025 } ] \ No newline at end of file diff --git a/www/data/ratings_per_year.json b/www/data/ratings_per_year.json index d6a0540..3e05c52 100644 --- a/www/data/ratings_per_year.json +++ b/www/data/ratings_per_year.json @@ -267,11 +267,11 @@ { "year": 2025, "rating": 4, - "count": 6 + "count": 7 }, { "year": 2025, "rating": 5, - "count": 83 + "count": 113 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index 69f04cd..5b377ec 100644 --- a/www/data/returning_members.json +++ b/www/data/returning_members.json @@ -1,5 +1,5 @@ { - "returning_members_count": 6255, - "attending_members_count": 11513, - "percentage_returning": 54.32988795274907 + "returning_members_count": 6306, + "attending_members_count": 11604, + "percentage_returning": 54.343329886246124 } \ No newline at end of file diff --git a/www/data/student_to_coach_conversion.json b/www/data/student_to_coach_conversion.json index 0032eb1..8316e89 100644 --- a/www/data/student_to_coach_conversion.json +++ b/www/data/student_to_coach_conversion.json @@ -1,5 +1,5 @@ { - "student_only_members_count": 7731, - "coach_and_student_members_count": 458, - "student_to_coach_conversion": 5.924201267623852 + "student_only_members_count": 7795, + "coach_and_student_members_count": 460, + "student_to_coach_conversion": 5.901218729955099 } \ No newline at end of file diff --git a/www/data/workshops_per_year.json b/www/data/workshops_per_year.json index 849a69a..8759aa6 100644 --- a/www/data/workshops_per_year.json +++ b/www/data/workshops_per_year.json @@ -48,7 +48,7 @@ "year": 2024 }, { - "count": 123, + "count": 158, "year": 2025 } ] \ No newline at end of file From 74ec190ad1c497aa65f57b3ffe89fe1de99ac150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:58:58 +0000 Subject: [PATCH 2/2] Bump tar-fs from 2.1.3 to 2.1.4 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 06c1db2..c900afc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14223,9 +14223,9 @@ tapable@^2.1.1, tapable@^2.2.0: integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== tar-fs@^2.0.0, tar-fs@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.3.tgz#fb3b8843a26b6f13a08e606f7922875eb1fbbf92" - integrity sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg== + version "2.1.4" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.4.tgz#800824dbf4ef06ded9afea4acafe71c67c76b930" + integrity sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ== dependencies: chownr "^1.1.1" mkdirp-classic "^0.5.2"