Skip to content

Commit 499f544

Browse files
Kimberley CookKimberley Cook
authored andcommitted
2026 stats update
1 parent 714ac1b commit 499f544

10 files changed

+52
-28
lines changed

www/data/attended_per_year.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,10 @@
6363
"students": 1442,
6464
"coaches": 1083,
6565
"year": 2025
66+
},
67+
{
68+
"students": 95,
69+
"coaches": 106,
70+
"year": 2026
6671
}
6772
]

www/data/average_rating_per_month.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,5 +688,10 @@
688688
"month": 12,
689689
"year": 2025,
690690
"avg": 5
691+
},
692+
{
693+
"month": 1,
694+
"year": 2026,
695+
"avg": 5
691696
}
692697
]

www/data/counted_stats.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 7365,
3-
"student_count": 20156,
4-
"chapter_count": 32,
5-
"workshop_count": 2437,
2+
"coach_count": 7425,
3+
"student_count": 20164,
4+
"chapter_count": 33,
5+
"workshop_count": 2453,
66
"monthlies_count": 51,
77
"events_count": 239,
88
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.775713954028326
10+
"average_rating": 4.775974025974026
1111
}

www/data/last_updated_at.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_updated_at": "2025-12-30T09:30:05.176Z"
2+
"last_updated_at": "2026-01-22T09:44:59.873Z"
33
}

www/data/new_signups.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 311,
14-
"studentcount": 639,
13+
"coachcount": 310,
14+
"studentcount": 638,
1515
"year": 2016
1616
},
1717
{
1818
"coachcount": 433,
19-
"studentcount": 1138,
19+
"studentcount": 1135,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 718,
24-
"studentcount": 1813,
23+
"coachcount": 716,
24+
"studentcount": 1810,
2525
"year": 2018
2626
},
2727
{
@@ -31,32 +31,37 @@
3131
},
3232
{
3333
"coachcount": 457,
34-
"studentcount": 1123,
34+
"studentcount": 1121,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 260,
39-
"studentcount": 821,
38+
"coachcount": 259,
39+
"studentcount": 819,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 416,
44-
"studentcount": 1185,
43+
"coachcount": 414,
44+
"studentcount": 1182,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 571,
49-
"studentcount": 1496,
48+
"coachcount": 565,
49+
"studentcount": 1491,
5050
"year": 2023
5151
},
5252
{
5353
"coachcount": 487,
54-
"studentcount": 1258,
54+
"studentcount": 1251,
5555
"year": 2024
5656
},
5757
{
58-
"coachcount": 403,
59-
"studentcount": 1067,
58+
"coachcount": 402,
59+
"studentcount": 1065,
6060
"year": 2025
61+
},
62+
{
63+
"coachcount": 32,
64+
"studentcount": 66,
65+
"year": 2026
6166
}
6267
]

www/data/ratings_per_year.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,10 @@
273273
"year": 2025,
274274
"rating": 5,
275275
"count": 161
276+
},
277+
{
278+
"year": 2026,
279+
"rating": 5,
280+
"count": 5
276281
}
277282
]

www/data/returning_members.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"returning_members_count": 6393,
3-
"attending_members_count": 11770,
4-
"percentage_returning": 54.3160577740017
2+
"returning_members_count": 6415,
3+
"attending_members_count": 11805,
4+
"percentage_returning": 54.34138077085981
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"student_only_members_count": 7897,
3-
"coach_and_student_members_count": 470,
4-
"student_to_coach_conversion": 5.9516272002026085
2+
"student_only_members_count": 7916,
3+
"coach_and_student_members_count": 474,
4+
"student_to_coach_conversion": 5.987872662961092
55
}

www/data/workshops_per_year.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@
5050
{
5151
"count": 197,
5252
"year": 2025
53+
},
54+
{
55+
"count": 21,
56+
"year": 2026
5357
}
5458
]

www/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function IndexPage(): JSX.Element {
215215
</dl>
216216
</div>
217217

218-
<h3>Workshop attendances per year</h3>
218+
<h3>Workshop and Event attendance per year</h3>
219219
<BarChart
220220
data={attendedPerYearChart}
221221
stacked

0 commit comments

Comments
 (0)