Skip to content

Commit 7fd774c

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

9 files changed

+63
-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": 1325,
64+
"coaches": 997,
6565
"year": 2025
6666
}
6767
]

www/data/average_rating_per_month.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,26 @@
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": 4.96
681+
},
682+
{
683+
"month": 11,
684+
"year": 2025,
685+
"avg": 5
666686
}
667687
]

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": 7302,
3+
"student_count": 20111,
4+
"chapter_count": 32,
5+
"workshop_count": 2419,
66
"monthlies_count": 51,
7-
"events_count": 226,
8-
"busiest_month": 5,
7+
"events_count": 232,
8+
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.772124940842404
10+
"average_rating": 4.774795799299883
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-11-10T21:46:50.929Z"
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": 383,
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": 639,
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": 720,
24+
"studentcount": 1818,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 840,
29-
"studentcount": 2208,
28+
"coachcount": 836,
29+
"studentcount": 2197,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 466,
34-
"studentcount": 1139,
33+
"coachcount": 460,
34+
"studentcount": 1132,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 267,
39-
"studentcount": 841,
38+
"coachcount": 263,
39+
"studentcount": 827,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 421,
44-
"studentcount": 1210,
43+
"coachcount": 418,
44+
"studentcount": 1193,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 580,
49-
"studentcount": 1517,
48+
"coachcount": 576,
49+
"studentcount": 1504,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 499,
54-
"studentcount": 1289,
53+
"coachcount": 492,
54+
"studentcount": 1273,
5555
"year": 2024
5656
},
5757
{
58-
"coachcount": 222,
59-
"studentcount": 635,
58+
"coachcount": 363,
59+
"studentcount": 983,
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": 8
271271
},
272272
{
273273
"year": 2025,
274274
"rating": 5,
275-
"count": 83
275+
"count": 140
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": 6352,
3+
"attending_members_count": 11730,
4+
"percentage_returning": 54.151747655583975
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": 7878,
3+
"coach_and_student_members_count": 465,
4+
"student_to_coach_conversion": 5.902513328255902
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": 184,
5252
"year": 2025
5353
}
5454
]

0 commit comments

Comments
 (0)