Skip to content

Commit 7831c98

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

9 files changed

+47
-23
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": 57,
64+
"coaches": 40,
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": 5
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": 7005,
3+
"student_count": 19358,
4+
"chapter_count": 29,
5+
"workshop_count": 2248,
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.769639835629683
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-06T14:47:29.809Z"
33
}

www/data/new_signups.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 736,
24-
"studentcount": 1857,
23+
"coachcount": 735,
24+
"studentcount": 1856,
2525
"year": 2018
2626
},
2727
{
@@ -36,22 +36,27 @@
3636
},
3737
{
3838
"coachcount": 278,
39-
"studentcount": 854,
39+
"studentcount": 853,
4040
"year": 2021
4141
},
4242
{
4343
"coachcount": 432,
44-
"studentcount": 1229,
44+
"studentcount": 1228,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 596,
48+
"coachcount": 595,
4949
"studentcount": 1566,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 524,
54-
"studentcount": 1318,
53+
"coachcount": 528,
54+
"studentcount": 1334,
5555
"year": 2024
56+
},
57+
{
58+
"coachcount": 4,
59+
"studentcount": 6,
60+
"year": 2025
5661
}
5762
]

www/data/ratings_per_year.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@
257257
{
258258
"year": 2024,
259259
"rating": 5,
260-
"count": 265
260+
"count": 266
261+
},
262+
{
263+
"year": 2025,
264+
"rating": 5,
265+
"count": 1
261266
}
262267
]

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": 6106,
3+
"attending_members_count": 11180,
4+
"percentage_returning": 54.61538461538461
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": 7493,
3+
"coach_and_student_members_count": 444,
4+
"student_to_coach_conversion": 5.925530495128787
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": 1,
52+
"year": 2025
4953
}
5054
]

0 commit comments

Comments
 (0)