Skip to content

Commit 5aee7b8

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

9 files changed

+76
-37
lines changed

www/data/attended_per_year.json

Lines changed: 7 additions & 2 deletions
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": 271,
64+
"coaches": 218,
65+
"year": 2025
6166
}
6267
]

www/data/average_rating_per_month.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,15 @@
628628
"month": 12,
629629
"year": 2024,
630630
"avg": 5
631+
},
632+
{
633+
"month": 1,
634+
"year": 2025,
635+
"avg": 4.8
636+
},
637+
{
638+
"month": 2,
639+
"year": 2025,
640+
"avg": 4.875
631641
}
632642
]

www/data/counted_stats.json

Lines changed: 6 additions & 6 deletions
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": 7065,
3+
"student_count": 19413,
4+
"chapter_count": 30,
5+
"workshop_count": 2277,
66
"monthlies_count": 51,
7-
"events_count": 220,
7+
"events_count": 222,
88
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.769528415961306
10+
"average_rating": 4.769968817462221
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": "2024-12-16T10:58:33.002Z"
2+
"last_updated_at": "2025-02-21T10:20:40.148Z"
33
}

www/data/new_signups.json

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,62 @@
11
[
22
{
33
"coachcount": 152,
4-
"studentcount": 388,
4+
"studentcount": 387,
55
"year": 2014
66
},
77
{
8-
"coachcount": 166,
9-
"studentcount": 587,
8+
"coachcount": 165,
9+
"studentcount": 585,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 315,
14-
"studentcount": 654,
13+
"coachcount": 314,
14+
"studentcount": 651,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 443,
19-
"studentcount": 1169,
18+
"coachcount": 441,
19+
"studentcount": 1164,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 736,
24-
"studentcount": 1857,
23+
"coachcount": 735,
24+
"studentcount": 1850,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 853,
29-
"studentcount": 2240,
28+
"coachcount": 848,
29+
"studentcount": 2223,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 478,
34-
"studentcount": 1160,
33+
"coachcount": 473,
34+
"studentcount": 1152,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 278,
39-
"studentcount": 854,
38+
"coachcount": 272,
39+
"studentcount": 851,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 432,
44-
"studentcount": 1229,
43+
"coachcount": 428,
44+
"studentcount": 1223,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 596,
49-
"studentcount": 1566,
48+
"coachcount": 589,
49+
"studentcount": 1544,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 524,
54-
"studentcount": 1318,
53+
"coachcount": 520,
54+
"studentcount": 1315,
5555
"year": 2024
56+
},
57+
{
58+
"coachcount": 81,
59+
"studentcount": 155,
60+
"year": 2025
5661
}
5762
]

www/data/ratings_per_year.json

Lines changed: 16 additions & 1 deletion
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": 2
271+
},
272+
{
273+
"year": 2025,
274+
"rating": 5,
275+
"count": 30
261276
}
262277
]

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": 6105,
3-
"attending_members_count": 11165,
4-
"percentage_returning": 54.679802955665025
2+
"returning_members_count": 6150,
3+
"attending_members_count": 11266,
4+
"percentage_returning": 54.58902893662347
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": 7481,
3-
"coach_and_student_members_count": 443,
4-
"student_to_coach_conversion": 5.921668226172971
2+
"student_only_members_count": 7550,
3+
"coach_and_student_members_count": 447,
4+
"student_to_coach_conversion": 5.920529801324503
55
}

www/data/workshops_per_year.json

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

0 commit comments

Comments
 (0)