Skip to content

Commit 3ad59a0

Browse files
Kimberley CookKimberley Cook
Kimberley Cook
authored and
Kimberley Cook
committed
final 2024 stats
1 parent 4a92bfe commit 3ad59a0

9 files changed

+69
-35
lines changed

www/data/attended_per_year.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@
5555
"year": 2023
5656
},
5757
{
58-
"students": 1867,
59-
"coaches": 1365,
58+
"students": 1865,
59+
"coaches": 1363,
6060
"year": 2024
61+
},
62+
{
63+
"students": 152,
64+
"coaches": 124,
65+
"year": 2025
6166
}
6267
]

www/data/average_rating_per_month.json

+5
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,10 @@
628628
"month": 12,
629629
"year": 2024,
630630
"avg": 5
631+
},
632+
{
633+
"month": 1,
634+
"year": 2025,
635+
"avg": 4.791666666666667
631636
}
632637
]

www/data/counted_stats.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 6986,
3-
"student_count": 19332,
4-
"chapter_count": 31,
5-
"workshop_count": 2239,
2+
"coach_count": 7045,
3+
"student_count": 19373,
4+
"chapter_count": 30,
5+
"workshop_count": 2262,
66
"monthlies_count": 51,
7-
"events_count": 220,
7+
"events_count": 221,
88
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.769528415961306
10+
"average_rating": 4.7697115384615385
1111
}

www/data/last_updated_at.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_updated_at": "2024-12-16T10:58:33.002Z"
2+
"last_updated_at": "2025-01-30T16:18:27.152Z"
33
}

www/data/new_signups.json

+24-19
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,58 @@
55
"year": 2014
66
},
77
{
8-
"coachcount": 166,
9-
"studentcount": 587,
8+
"coachcount": 165,
9+
"studentcount": 586,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 315,
14-
"studentcount": 654,
13+
"coachcount": 314,
14+
"studentcount": 653,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 443,
19-
"studentcount": 1169,
18+
"coachcount": 442,
19+
"studentcount": 1167,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 736,
24-
"studentcount": 1857,
23+
"coachcount": 735,
24+
"studentcount": 1853,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 853,
29-
"studentcount": 2240,
28+
"coachcount": 851,
29+
"studentcount": 2231,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 478,
34-
"studentcount": 1160,
33+
"coachcount": 476,
34+
"studentcount": 1155,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 278,
39-
"studentcount": 854,
38+
"coachcount": 275,
39+
"studentcount": 852,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 432,
44-
"studentcount": 1229,
43+
"coachcount": 430,
44+
"studentcount": 1227,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 596,
49-
"studentcount": 1566,
48+
"coachcount": 592,
49+
"studentcount": 1553,
5050
"year": 2023
5151
},
5252
{
5353
"coachcount": 524,
54-
"studentcount": 1318,
54+
"studentcount": 1323,
5555
"year": 2024
56+
},
57+
{
58+
"coachcount": 39,
59+
"studentcount": 80,
60+
"year": 2025
5661
}
5762
]

www/data/ratings_per_year.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,21 @@
257257
{
258258
"year": 2024,
259259
"rating": 5,
260-
"count": 265
260+
"count": 266
261+
},
262+
{
263+
"year": 2025,
264+
"rating": 1,
265+
"count": 1
266+
},
267+
{
268+
"year": 2025,
269+
"rating": 4,
270+
"count": 1
271+
},
272+
{
273+
"year": 2025,
274+
"rating": 5,
275+
"count": 22
261276
}
262277
]

www/data/returning_members.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"returning_members_count": 6105,
3-
"attending_members_count": 11165,
4-
"percentage_returning": 54.679802955665025
2+
"returning_members_count": 6127,
3+
"attending_members_count": 11218,
4+
"percentage_returning": 54.61757889106793
55
}
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"student_only_members_count": 7481,
3-
"coach_and_student_members_count": 443,
4-
"student_to_coach_conversion": 5.921668226172971
2+
"student_only_members_count": 7517,
3+
"coach_and_student_members_count": 446,
4+
"student_to_coach_conversion": 5.933218039111348
55
}

www/data/workshops_per_year.json

+4
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@
4646
{
4747
"count": 224,
4848
"year": 2024
49+
},
50+
{
51+
"count": 27,
52+
"year": 2025
4953
}
5054
]

0 commit comments

Comments
 (0)