Skip to content

Commit a058704

Browse files
Kimberley CookKimberley Cook
Kimberley Cook
authored and
Kimberley Cook
committed
update stats
1 parent 8958a8d commit a058704

9 files changed

+113
-34
lines changed

www/data/attended_per_year.json

+5
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,10 @@
5353
"students": 1985,
5454
"coaches": 1337,
5555
"year": 2023
56+
},
57+
{
58+
"students": 1429,
59+
"coaches": 1033,
60+
"year": 2024
5661
}
5762
]

www/data/average_rating_per_month.json

+45
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,50 @@
568568
"month": 12,
569569
"year": 2023,
570570
"avg": 5
571+
},
572+
{
573+
"month": 1,
574+
"year": 2024,
575+
"avg": 4.7894736842105265
576+
},
577+
{
578+
"month": 2,
579+
"year": 2024,
580+
"avg": 4.878787878787879
581+
},
582+
{
583+
"month": 3,
584+
"year": 2024,
585+
"avg": 4.9411764705882355
586+
},
587+
{
588+
"month": 4,
589+
"year": 2024,
590+
"avg": 4.945945945945946
591+
},
592+
{
593+
"month": 5,
594+
"year": 2024,
595+
"avg": 4.942857142857143
596+
},
597+
{
598+
"month": 6,
599+
"year": 2024,
600+
"avg": 4.761904761904762
601+
},
602+
{
603+
"month": 7,
604+
"year": 2024,
605+
"avg": 4.933333333333334
606+
},
607+
{
608+
"month": 8,
609+
"year": 2024,
610+
"avg": 4.588235294117647
611+
},
612+
{
613+
"month": 9,
614+
"year": 2024,
615+
"avg": 5
571616
}
572617
]

www/data/counted_stats.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 6512,
3-
"student_count": 18385,
4-
"chapter_count": 34,
5-
"workshop_count": 2035,
2+
"coach_count": 6807,
3+
"student_count": 19050,
4+
"chapter_count": 36,
5+
"workshop_count": 2187,
66
"monthlies_count": 51,
7-
"events_count": 195,
8-
"busiest_month": 11,
7+
"events_count": 216,
8+
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.761248374512354
10+
"average_rating": 4.766278781876702
1111
}

www/data/last_updated_at.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_updated_at": "2024-01-08T18:14:31.634Z"
2+
"last_updated_at": "2024-09-12T13:40:27.767Z"
33
}

www/data/new_signups.json

+25-20
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,57 @@
11
[
22
{
3-
"coachcount": 156,
4-
"studentcount": 398,
3+
"coachcount": 153,
4+
"studentcount": 389,
55
"year": 2014
66
},
77
{
8-
"coachcount": 172,
9-
"studentcount": 620,
8+
"coachcount": 167,
9+
"studentcount": 595,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 330,
14-
"studentcount": 686,
13+
"coachcount": 318,
14+
"studentcount": 661,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 466,
19-
"studentcount": 1239,
18+
"coachcount": 447,
19+
"studentcount": 1187,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 779,
24-
"studentcount": 1954,
23+
"coachcount": 741,
24+
"studentcount": 1882,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 905,
29-
"studentcount": 2349,
28+
"coachcount": 858,
29+
"studentcount": 2262,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 512,
34-
"studentcount": 1218,
33+
"coachcount": 486,
34+
"studentcount": 1174,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 310,
39-
"studentcount": 897,
38+
"coachcount": 288,
39+
"studentcount": 866,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 467,
44-
"studentcount": 1308,
43+
"coachcount": 437,
44+
"studentcount": 1251,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 641,
49-
"studentcount": 1663,
48+
"coachcount": 607,
49+
"studentcount": 1585,
5050
"year": 2023
51+
},
52+
{
53+
"coachcount": 397,
54+
"studentcount": 983,
55+
"year": 2024
5156
}
5257
]

www/data/ratings_per_year.json

+20
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,25 @@
238238
"year": 2023,
239239
"rating": 5,
240240
"count": 272
241+
},
242+
{
243+
"year": 2024,
244+
"rating": 1,
245+
"count": 1
246+
},
247+
{
248+
"year": 2024,
249+
"rating": 3,
250+
"count": 4
251+
},
252+
{
253+
"year": 2024,
254+
"rating": 4,
255+
"count": 14
256+
},
257+
{
258+
"year": 2024,
259+
"rating": 5,
260+
"count": 176
241261
}
242262
]

www/data/returning_members.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"returning_members_count": 5673,
3-
"attending_members_count": 10366,
4-
"percentage_returning": 54.72699208952344
2+
"returning_members_count": 5993,
3+
"attending_members_count": 10958,
4+
"percentage_returning": 54.690636977550646
55
}
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"student_only_members_count": 6929,
3-
"coach_and_student_members_count": 419,
4-
"student_to_coach_conversion": 6.047048636166835
2+
"student_only_members_count": 7335,
3+
"coach_and_student_members_count": 439,
4+
"student_to_coach_conversion": 5.985003408316292
55
}

www/data/workshops_per_year.json

+4
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
{
4343
"count": 209,
4444
"year": 2023
45+
},
46+
{
47+
"count": 176,
48+
"year": 2024
4549
}
4650
]

0 commit comments

Comments
 (0)