Skip to content

Commit cec0505

Browse files
Kimberley CookKimberley Cook
authored andcommitted
update data
1 parent 9295a1a commit cec0505

9 files changed

+58
-43
lines changed

www/data/attended_per_year.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"year": 2024
6161
},
6262
{
63-
"students": 826,
64-
"coaches": 648,
63+
"students": 1203,
64+
"coaches": 909,
6565
"year": 2025
6666
}
6767
]

www/data/average_rating_per_month.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,21 @@
662662
{
663663
"month": 7,
664664
"year": 2025,
665-
"avg": 4.8
665+
"avg": 4.909090909090909
666+
},
667+
{
668+
"month": 8,
669+
"year": 2025,
670+
"avg": 4.9375
671+
},
672+
{
673+
"month": 9,
674+
"year": 2025,
675+
"avg": 5
676+
},
677+
{
678+
"month": 10,
679+
"year": 2025,
680+
"avg": 5
666681
}
667682
]

www/data/counted_stats.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 7171,
3-
"student_count": 19810,
4-
"chapter_count": 31,
5-
"workshop_count": 2358,
2+
"coach_count": 7244,
3+
"student_count": 20042,
4+
"chapter_count": 32,
5+
"workshop_count": 2411,
66
"monthlies_count": 51,
7-
"events_count": 226,
8-
"busiest_month": 5,
7+
"events_count": 232,
8+
"busiest_month": 10,
99
"slowest_month": 12,
10-
"average_rating": 4.772124940842404
10+
"average_rating": 4.774555659494855
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-07-22T23:05:35.746Z"
2+
"last_updated_at": "2025-10-23T12:06:53.238Z"
33
}

www/data/new_signups.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
[
22
{
33
"coachcount": 152,
4-
"studentcount": 385,
4+
"studentcount": 384,
55
"year": 2014
66
},
77
{
8-
"coachcount": 164,
9-
"studentcount": 580,
8+
"coachcount": 163,
9+
"studentcount": 578,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 314,
14-
"studentcount": 643,
13+
"coachcount": 312,
14+
"studentcount": 640,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 437,
19-
"studentcount": 1153,
18+
"coachcount": 435,
19+
"studentcount": 1145,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 727,
24-
"studentcount": 1834,
23+
"coachcount": 724,
24+
"studentcount": 1824,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 840,
29-
"studentcount": 2208,
28+
"coachcount": 837,
29+
"studentcount": 2200,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 466,
34-
"studentcount": 1139,
33+
"coachcount": 461,
34+
"studentcount": 1134,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 267,
39-
"studentcount": 841,
38+
"coachcount": 265,
39+
"studentcount": 831,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 421,
44-
"studentcount": 1210,
43+
"coachcount": 419,
44+
"studentcount": 1196,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 580,
49-
"studentcount": 1517,
48+
"coachcount": 576,
49+
"studentcount": 1506,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 499,
54-
"studentcount": 1289,
53+
"coachcount": 492,
54+
"studentcount": 1279,
5555
"year": 2024
5656
},
5757
{
58-
"coachcount": 222,
59-
"studentcount": 635,
58+
"coachcount": 312,
59+
"studentcount": 880,
6060
"year": 2025
6161
}
6262
]

www/data/ratings_per_year.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@
267267
{
268268
"year": 2025,
269269
"rating": 4,
270-
"count": 6
270+
"count": 7
271271
},
272272
{
273273
"year": 2025,
274274
"rating": 5,
275-
"count": 83
275+
"count": 132
276276
}
277277
]

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": 6255,
3-
"attending_members_count": 11513,
4-
"percentage_returning": 54.32988795274907
2+
"returning_members_count": 6328,
3+
"attending_members_count": 11660,
4+
"percentage_returning": 54.27101200686106
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": 7731,
3-
"coach_and_student_members_count": 458,
4-
"student_to_coach_conversion": 5.924201267623852
2+
"student_only_members_count": 7831,
3+
"coach_and_student_members_count": 463,
4+
"student_to_coach_conversion": 5.912399438130507
55
}

www/data/workshops_per_year.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"year": 2024
4949
},
5050
{
51-
"count": 123,
51+
"count": 176,
5252
"year": 2025
5353
}
5454
]

0 commit comments

Comments
 (0)