From 5ca4307d4ceb5a9dea821d13f2d15ff45669945f Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Tue, 6 Jan 2026 10:48:34 +0100 Subject: [PATCH 1/2] 2026 stats update --- www/data/attended_per_year.json | 9 ++++- www/data/average_rating_per_month.json | 10 +++++ www/data/counted_stats.json | 12 +++--- www/data/last_updated_at.json | 2 +- www/data/new_signups.json | 47 +++++++++++++---------- www/data/ratings_per_year.json | 5 +++ www/data/returning_members.json | 6 +-- www/data/student_to_coach_conversion.json | 6 +-- www/data/workshops_per_year.json | 4 ++ www/src/pages/index.tsx | 2 +- 10 files changed, 66 insertions(+), 37 deletions(-) diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 2df8af7..dc20711 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -60,8 +60,13 @@ "year": 2024 }, { - "students": 1442, - "coaches": 1083, + "students": 2090, + "coaches": 1283, "year": 2025 + }, + { + "students": 556, + "coaches": 189, + "year": 2026 } ] \ 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 a2f3e1f..e0fa39d 100644 --- a/www/data/average_rating_per_month.json +++ b/www/data/average_rating_per_month.json @@ -688,5 +688,15 @@ "month": 12, "year": 2025, "avg": 5 + }, + { + "month": 1, + "year": 2026, + "avg": 5 + }, + { + "month": 2, + "year": 2026, + "avg": 5 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index 4e4eac1..2b60364 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -1,11 +1,11 @@ { - "coach_count": 7365, - "student_count": 20156, - "chapter_count": 32, - "workshop_count": 2437, + "coach_count": 7452, + "student_count": 20147, + "chapter_count": 34, + "workshop_count": 2469, "monthlies_count": 51, - "events_count": 239, + "events_count": 244, "busiest_month": 11, "slowest_month": 12, - "average_rating": 4.775713954028326 + "average_rating": 4.776699029126213 } \ No newline at end of file diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 0fca6ba..b58f091 100644 --- a/www/data/last_updated_at.json +++ b/www/data/last_updated_at.json @@ -1,3 +1,3 @@ { - "last_updated_at": "2025-12-30T09:30:05.176Z" + "last_updated_at": "2026-02-18T09:55:03.777Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index 1c4d7d7..b60d7ac 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -5,58 +5,63 @@ "year": 2014 }, { - "coachcount": 163, - "studentcount": 577, + "coachcount": 161, + "studentcount": 576, "year": 2015 }, { - "coachcount": 311, - "studentcount": 639, + "coachcount": 309, + "studentcount": 636, "year": 2016 }, { "coachcount": 433, - "studentcount": 1138, + "studentcount": 1132, "year": 2017 }, { - "coachcount": 718, - "studentcount": 1813, + "coachcount": 715, + "studentcount": 1803, "year": 2018 }, { - "coachcount": 835, - "studentcount": 2186, + "coachcount": 833, + "studentcount": 2179, "year": 2019 }, { - "coachcount": 457, - "studentcount": 1123, + "coachcount": 454, + "studentcount": 1117, "year": 2020 }, { - "coachcount": 260, - "studentcount": 821, + "coachcount": 257, + "studentcount": 811, "year": 2021 }, { - "coachcount": 416, - "studentcount": 1185, + "coachcount": 411, + "studentcount": 1173, "year": 2022 }, { - "coachcount": 571, - "studentcount": 1496, + "coachcount": 560, + "studentcount": 1483, "year": 2023 }, { - "coachcount": 487, - "studentcount": 1258, + "coachcount": 485, + "studentcount": 1243, "year": 2024 }, { - "coachcount": 403, - "studentcount": 1067, + "coachcount": 401, + "studentcount": 1059, "year": 2025 + }, + { + "coachcount": 73, + "studentcount": 142, + "year": 2026 } ] \ No newline at end of file diff --git a/www/data/ratings_per_year.json b/www/data/ratings_per_year.json index 291b90f..df76b2f 100644 --- a/www/data/ratings_per_year.json +++ b/www/data/ratings_per_year.json @@ -273,5 +273,10 @@ "year": 2025, "rating": 5, "count": 161 + }, + { + "year": 2026, + "rating": 5, + "count": 19 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index c5a51c4..8697c4f 100644 --- a/www/data/returning_members.json +++ b/www/data/returning_members.json @@ -1,5 +1,5 @@ { - "returning_members_count": 6393, - "attending_members_count": 11770, - "percentage_returning": 54.3160577740017 + "returning_members_count": 6437, + "attending_members_count": 11854, + "percentage_returning": 54.30234519993251 } \ 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 f823f06..53bb3ef 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": 7897, - "coach_and_student_members_count": 470, - "student_to_coach_conversion": 5.9516272002026085 + "student_only_members_count": 7953, + "coach_and_student_members_count": 473, + "student_to_coach_conversion": 5.947441217150761 } \ No newline at end of file diff --git a/www/data/workshops_per_year.json b/www/data/workshops_per_year.json index ac84fd4..e24d967 100644 --- a/www/data/workshops_per_year.json +++ b/www/data/workshops_per_year.json @@ -50,5 +50,9 @@ { "count": 197, "year": 2025 + }, + { + "count": 37, + "year": 2026 } ] \ No newline at end of file diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index cb191b8..02ab2f3 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -215,7 +215,7 @@ function IndexPage(): JSX.Element { -

Workshop attendances per year

+

Workshop and Event attendance per year

Date: Wed, 25 Mar 2026 23:58:37 +0000 Subject: [PATCH 2/2] Bump picomatch from 2.2.2 to 2.3.2 Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.2.2 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.2.2...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index 06c1db2..ca1d42e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11442,15 +11442,10 @@ picocolors@^1.1.1: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - -picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== +picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601" + integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA== pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: version "2.3.0"