Skip to content

Commit 37ad94b

Browse files
committed
Updated stats
1 parent 72d4dd1 commit 37ad94b

10 files changed

+43
-38
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": 657,
64-
"coaches": 512,
63+
"students": 705,
64+
"coaches": 560,
6565
"year": 2025
6666
}
6767
]

www/data/average_rating_per_month.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,11 @@
652652
{
653653
"month": 5,
654654
"year": 2025,
655-
"avg": 4.666666666666667
655+
"avg": 4.818181818181818
656+
},
657+
{
658+
"month": 6,
659+
"year": 2025,
660+
"avg": 5
656661
}
657662
]

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": 7134,
3-
"student_count": 19665,
4-
"chapter_count": 30,
5-
"workshop_count": 2336,
2+
"coach_count": 7129,
3+
"student_count": 19701,
4+
"chapter_count": 31,
5+
"workshop_count": 2344,
66
"monthlies_count": 51,
7-
"events_count": 224,
7+
"events_count": 225,
88
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.77138783269962
10+
"average_rating": 4.771929824561403
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-05-27T13:46:08.883Z"
2+
"last_updated_at": "2025-06-12T13:07:52.666Z"
33
}

www/data/new_signups.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,58 +5,58 @@
55
"year": 2014
66
},
77
{
8-
"coachcount": 165,
9-
"studentcount": 583,
8+
"coachcount": 164,
9+
"studentcount": 581,
1010
"year": 2015
1111
},
1212
{
1313
"coachcount": 314,
14-
"studentcount": 647,
14+
"studentcount": 643,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 439,
19-
"studentcount": 1157,
18+
"coachcount": 437,
19+
"studentcount": 1154,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 733,
24-
"studentcount": 1838,
23+
"coachcount": 731,
24+
"studentcount": 1837,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 845,
29-
"studentcount": 2212,
28+
"coachcount": 842,
29+
"studentcount": 2210,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 469,
34-
"studentcount": 1146,
33+
"coachcount": 468,
34+
"studentcount": 1145,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 269,
38+
"coachcount": 268,
3939
"studentcount": 842,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 424,
44-
"studentcount": 1213,
43+
"coachcount": 423,
44+
"studentcount": 1212,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 582,
49-
"studentcount": 1519,
48+
"coachcount": 581,
49+
"studentcount": 1517,
5050
"year": 2023
5151
},
5252
{
53-
"coachcount": 506,
54-
"studentcount": 1297,
53+
"coachcount": 504,
54+
"studentcount": 1294,
5555
"year": 2024
5656
},
5757
{
58-
"coachcount": 170,
59-
"studentcount": 477,
58+
"coachcount": 183,
59+
"studentcount": 523,
6060
"year": 2025
6161
}
6262
]

www/data/ratings_per_year.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@
272272
{
273273
"year": 2025,
274274
"rating": 5,
275-
"count": 66
275+
"count": 76
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": 6214,
3-
"attending_members_count": 11436,
4-
"percentage_returning": 54.3371808324589
2+
"returning_members_count": 6235,
3+
"attending_members_count": 11457,
4+
"percentage_returning": 54.420878065811294
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"student_only_members_count": 7676,
2+
"student_only_members_count": 7691,
33
"coach_and_student_members_count": 455,
4-
"student_to_coach_conversion": 5.927566440854612
4+
"student_to_coach_conversion": 5.916005720972565
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": 101,
51+
"count": 109,
5252
"year": 2025
5353
}
5454
]

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12722,7 +12722,7 @@ regenerator-runtime@^0.11.0:
1272212722
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
1272312723
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
1272412724

12725-
regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
12725+
regenerator-runtime@^0.13.3:
1272612726
version "0.13.5"
1272712727
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
1272812728
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==

0 commit comments

Comments
 (0)