Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"year": 2024
},
{
"students": 1442,
"coaches": 1083,
"students": 2090,
"coaches": 1283,
"year": 2025
}
]
6 changes: 3 additions & 3 deletions www/data/counted_stats.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"coach_count": 7365,
"student_count": 20156,
"coach_count": 7386,
"student_count": 20163,
"chapter_count": 32,
"workshop_count": 2437,
"workshop_count": 2439,
"monthlies_count": 51,
"events_count": 239,
"busiest_month": 11,
Expand Down
2 changes: 1 addition & 1 deletion www/data/last_updated_at.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"last_updated_at": "2025-12-30T09:30:05.176Z"
"last_updated_at": "2026-01-06T09:47:28.593Z"
}
15 changes: 10 additions & 5 deletions www/data/new_signups.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,33 @@
"year": 2020
},
{
"coachcount": 260,
"coachcount": 259,
"studentcount": 821,
"year": 2021
},
{
"coachcount": 416,
"studentcount": 1185,
"studentcount": 1184,
"year": 2022
},
{
"coachcount": 571,
"coachcount": 570,
"studentcount": 1496,
"year": 2023
},
{
"coachcount": 487,
"studentcount": 1258,
"studentcount": 1256,
"year": 2024
},
{
"coachcount": 403,
"studentcount": 1067,
"studentcount": 1068,
"year": 2025
},
{
"coachcount": 6,
"studentcount": 13,
"year": 2026
}
]
6 changes: 3 additions & 3 deletions www/data/returning_members.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"returning_members_count": 6393,
"attending_members_count": 11770,
"percentage_returning": 54.3160577740017
"returning_members_count": 6395,
"attending_members_count": 11776,
"percentage_returning": 54.305366847826086
}
4 changes: 2 additions & 2 deletions www/data/student_to_coach_conversion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"student_only_members_count": 7897,
"student_only_members_count": 7901,
"coach_and_student_members_count": 470,
"student_to_coach_conversion": 5.9516272002026085
"student_to_coach_conversion": 5.9486140994810786
}
2 changes: 1 addition & 1 deletion www/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function IndexPage(): JSX.Element {
</dl>
</div>

<h3>Workshop attendances per year</h3>
<h3>Workshop and Event attendance per year</h3>
<BarChart
data={attendedPerYearChart}
stacked
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5234,14 +5234,14 @@ diff-sequences@^25.2.6:
integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==

diff@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
version "4.0.4"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.4.tgz#7a6dbfda325f25f07517e9b518f897c08332e07d"
integrity sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==

diff@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
version "5.2.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.2.tgz#0a4742797281d09cfa699b79ea32d27723623bad"
integrity sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==

dir-glob@2.0.0:
version "2.0.0"
Expand Down