Skip to content

Commit fdc1289

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

9 files changed

+83
-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": 794,
59+
"coaches": 570,
60+
"year": 2024
5661
}
5762
]

www/data/average_rating_per_month.json

+20
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,25 @@
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
571591
}
572592
]

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": 6745,
3+
"student_count": 18774,
4+
"chapter_count": 35,
5+
"workshop_count": 2113,
66
"monthlies_count": 51,
7-
"events_count": 195,
8-
"busiest_month": 11,
7+
"events_count": 205,
8+
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.761248374512354
10+
"average_rating": 4.764810126582279
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-05-01T10:46:16.678Z"
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": 154,
4+
"studentcount": 396,
55
"year": 2014
66
},
77
{
8-
"coachcount": 172,
9-
"studentcount": 620,
8+
"coachcount": 170,
9+
"studentcount": 609,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 330,
14-
"studentcount": 686,
13+
"coachcount": 325,
14+
"studentcount": 675,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 466,
19-
"studentcount": 1239,
18+
"coachcount": 459,
19+
"studentcount": 1221,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 779,
24-
"studentcount": 1954,
23+
"coachcount": 757,
24+
"studentcount": 1913,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 905,
29-
"studentcount": 2349,
28+
"coachcount": 881,
29+
"studentcount": 2304,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 512,
34-
"studentcount": 1218,
33+
"coachcount": 495,
34+
"studentcount": 1200,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 310,
39-
"studentcount": 897,
38+
"coachcount": 297,
39+
"studentcount": 883,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 467,
44-
"studentcount": 1308,
43+
"coachcount": 448,
44+
"studentcount": 1275,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 641,
49-
"studentcount": 1663,
48+
"coachcount": 623,
49+
"studentcount": 1614,
5050
"year": 2023
51+
},
52+
{
53+
"coachcount": 264,
54+
"studentcount": 592,
55+
"year": 2024
5156
}
5257
]

www/data/ratings_per_year.json

+15
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,20 @@
238238
"year": 2023,
239239
"rating": 5,
240240
"count": 272
241+
},
242+
{
243+
"year": 2024,
244+
"rating": 3,
245+
"count": 1
246+
},
247+
{
248+
"year": 2024,
249+
"rating": 4,
250+
"count": 9
251+
},
252+
{
253+
"year": 2024,
254+
"rating": 5,
255+
"count": 96
241256
}
242257
]

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": 5849,
3+
"attending_members_count": 10717,
4+
"percentage_returning": 54.576840533731456
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": 7162,
3+
"coach_and_student_members_count": 432,
4+
"student_to_coach_conversion": 6.031834683049428
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": 102,
48+
"year": 2024
4549
}
4650
]

0 commit comments

Comments
 (0)