Skip to content

Commit 29e1772

Browse files
committed
Updates data July 2025
1 parent 6720b12 commit 29e1772

9 files changed

+38
-33
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": 709,
64-
"coaches": 562,
63+
"students": 826,
64+
"coaches": 648,
6565
"year": 2025
6666
}
6767
]

www/data/average_rating_per_month.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,5 +658,10 @@
658658
"month": 6,
659659
"year": 2025,
660660
"avg": 5
661+
},
662+
{
663+
"month": 7,
664+
"year": 2025,
665+
"avg": 4.8
661666
}
662667
]

www/data/counted_stats.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 7130,
3-
"student_count": 19712,
2+
"coach_count": 7171,
3+
"student_count": 19810,
44
"chapter_count": 31,
5-
"workshop_count": 2344,
5+
"workshop_count": 2358,
66
"monthlies_count": 51,
7-
"events_count": 225,
7+
"events_count": 226,
88
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.771983882436596
10+
"average_rating": 4.772124940842404
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-06-16T02:49:48.243Z"
2+
"last_updated_at": "2025-07-22T23:02:54.458Z"
33
}

www/data/new_signups.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
{
88
"coachcount": 164,
9-
"studentcount": 581,
9+
"studentcount": 580,
1010
"year": 2015
1111
},
1212
{
@@ -20,43 +20,43 @@
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 731,
24-
"studentcount": 1837,
23+
"coachcount": 727,
24+
"studentcount": 1834,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 842,
29-
"studentcount": 2210,
28+
"coachcount": 840,
29+
"studentcount": 2208,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 468,
34-
"studentcount": 1145,
33+
"coachcount": 466,
34+
"studentcount": 1139,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 268,
39-
"studentcount": 842,
38+
"coachcount": 267,
39+
"studentcount": 841,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 423,
44-
"studentcount": 1212,
43+
"coachcount": 421,
44+
"studentcount": 1210,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 581,
48+
"coachcount": 580,
4949
"studentcount": 1517,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 504,
54-
"studentcount": 1294,
53+
"coachcount": 499,
54+
"studentcount": 1289,
5555
"year": 2024
5656
},
5757
{
58-
"coachcount": 184,
59-
"studentcount": 530,
58+
"coachcount": 222,
59+
"studentcount": 635,
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": 5
270+
"count": 6
271271
},
272272
{
273273
"year": 2025,
274274
"rating": 5,
275-
"count": 77
275+
"count": 83
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": 6235,
3-
"attending_members_count": 11460,
4-
"percentage_returning": 54.40663176265271
2+
"returning_members_count": 6255,
3+
"attending_members_count": 11513,
4+
"percentage_returning": 54.32988795274907
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": 7694,
3-
"coach_and_student_members_count": 455,
4-
"student_to_coach_conversion": 5.913698986223031
2+
"student_only_members_count": 7731,
3+
"coach_and_student_members_count": 458,
4+
"student_to_coach_conversion": 5.924201267623852
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": 109,
51+
"count": 123,
5252
"year": 2025
5353
}
5454
]

0 commit comments

Comments
 (0)