Skip to content

Commit 5157d5d

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

9 files changed

+98
-34
lines changed

www/data/attended_per_year.json

Lines changed: 5 additions & 0 deletions
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": 1187,
59+
"coaches": 846,
60+
"year": 2024
5661
}
5762
]

www/data/average_rating_per_month.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,40 @@
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.8
571606
}
572607
]

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": 6512,
3-
"student_count": 18385,
4-
"chapter_count": 34,
5-
"workshop_count": 2035,
2+
"coach_count": 6750,
3+
"student_count": 18895,
4+
"chapter_count": 36,
5+
"workshop_count": 2158,
66
"monthlies_count": 51,
7-
"events_count": 195,
8-
"busiest_month": 11,
7+
"events_count": 211,
8+
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.761248374512354
10+
"average_rating": 4.766392420842682
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": "2024-01-08T18:14:31.634Z"
2+
"last_updated_at": "2024-07-11T08:35:10.219Z"
33
}

www/data/new_signups.json

Lines changed: 25 additions & 20 deletions
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": 393,
55
"year": 2014
66
},
77
{
8-
"coachcount": 172,
9-
"studentcount": 620,
8+
"coachcount": 169,
9+
"studentcount": 597,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 330,
14-
"studentcount": 686,
13+
"coachcount": 323,
14+
"studentcount": 669,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 466,
19-
"studentcount": 1239,
18+
"coachcount": 449,
19+
"studentcount": 1199,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 779,
24-
"studentcount": 1954,
23+
"coachcount": 744,
24+
"studentcount": 1891,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 905,
29-
"studentcount": 2349,
28+
"coachcount": 864,
29+
"studentcount": 2273,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 512,
34-
"studentcount": 1218,
33+
"coachcount": 487,
34+
"studentcount": 1178,
3535
"year": 2020
3636
},
3737
{
38-
"coachcount": 310,
39-
"studentcount": 897,
38+
"coachcount": 293,
39+
"studentcount": 869,
4040
"year": 2021
4141
},
4242
{
43-
"coachcount": 467,
44-
"studentcount": 1308,
43+
"coachcount": 441,
44+
"studentcount": 1259,
4545
"year": 2022
4646
},
4747
{
48-
"coachcount": 641,
49-
"studentcount": 1663,
48+
"coachcount": 612,
49+
"studentcount": 1596,
5050
"year": 2023
51+
},
52+
{
53+
"coachcount": 343,
54+
"studentcount": 821,
55+
"year": 2024
5156
}
5257
]

www/data/ratings_per_year.json

Lines changed: 15 additions & 0 deletions
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": 3
246+
},
247+
{
248+
"year": 2024,
249+
"rating": 4,
250+
"count": 13
251+
},
252+
{
253+
"year": 2024,
254+
"rating": 5,
255+
"count": 151
241256
}
242257
]

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": 5673,
3-
"attending_members_count": 10366,
4-
"percentage_returning": 54.72699208952344
2+
"returning_members_count": 5945,
3+
"attending_members_count": 10856,
4+
"percentage_returning": 54.7623434045689
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": 6929,
3-
"coach_and_student_members_count": 419,
4-
"student_to_coach_conversion": 6.047048636166835
2+
"student_only_members_count": 7264,
3+
"coach_and_student_members_count": 434,
4+
"student_to_coach_conversion": 5.974669603524229
55
}

www/data/workshops_per_year.json

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

0 commit comments

Comments
 (0)