Skip to content

Commit 7b979fc

Browse files
committed
update stats
1 parent 4b3ae72 commit 7b979fc

9 files changed

+196
-33
lines changed

www/data/attended_per_year.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,18 @@
3535
"year": 2019
3636
},
3737
{
38-
"students": 3139,
39-
"coaches": 2072,
38+
"students": 3136,
39+
"coaches": 2074,
4040
"year": 2020
41+
},
42+
{
43+
"students": 1647,
44+
"coaches": 1268,
45+
"year": 2021
46+
},
47+
{
48+
"students": 740,
49+
"coaches": 585,
50+
"year": 2022
4151
}
4252
]

www/data/average_rating_per_month.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,96 @@
392392
{
393393
"month": 12,
394394
"year": 2020,
395+
"avg": 4.962962962962963
396+
},
397+
{
398+
"month": 1,
399+
"year": 2021,
400+
"avg": 4.6875
401+
},
402+
{
403+
"month": 2,
404+
"year": 2021,
405+
"avg": 4.823529411764706
406+
},
407+
{
408+
"month": 3,
409+
"year": 2021,
410+
"avg": 4.842105263157895
411+
},
412+
{
413+
"month": 4,
414+
"year": 2021,
415+
"avg": 4.862068965517241
416+
},
417+
{
418+
"month": 5,
419+
"year": 2021,
420+
"avg": 4.846153846153846
421+
},
422+
{
423+
"month": 6,
424+
"year": 2021,
425+
"avg": 4.166666666666667
426+
},
427+
{
428+
"month": 7,
429+
"year": 2021,
430+
"avg": 4.5625
431+
},
432+
{
433+
"month": 8,
434+
"year": 2021,
435+
"avg": 5
436+
},
437+
{
438+
"month": 9,
439+
"year": 2021,
440+
"avg": 4.75
441+
},
442+
{
443+
"month": 10,
444+
"year": 2021,
445+
"avg": 5
446+
},
447+
{
448+
"month": 12,
449+
"year": 2021,
450+
"avg": 5
451+
},
452+
{
453+
"month": 1,
454+
"year": 2022,
395455
"avg": 5
456+
},
457+
{
458+
"month": 2,
459+
"year": 2022,
460+
"avg": 4.846153846153846
461+
},
462+
{
463+
"month": 3,
464+
"year": 2022,
465+
"avg": 4.5
466+
},
467+
{
468+
"month": 4,
469+
"year": 2022,
470+
"avg": 4.769230769230769
471+
},
472+
{
473+
"month": 5,
474+
"year": 2022,
475+
"avg": 4.647058823529412
476+
},
477+
{
478+
"month": 6,
479+
"year": 2022,
480+
"avg": 4.916666666666667
481+
},
482+
{
483+
"month": 7,
484+
"year": 2022,
485+
"avg": 4.777777777777778
396486
}
397487
]

www/data/counted_stats.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 4955,
3-
"student_count": 12394,
4-
"chapter_count": 28,
5-
"workshop_count": 1465,
6-
"monthlies_count": 50,
7-
"events_count": 124,
8-
"busiest_month": 11,
2+
"coach_count": 5183,
3+
"student_count": 14048,
4+
"chapter_count": 30,
5+
"workshop_count": 1740,
6+
"monthlies_count": 51,
7+
"events_count": 161,
8+
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.750079189103579
10+
"average_rating": 4.754431851206045
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": "2020-12-15T12:51:58.893Z"
2+
"last_updated_at": "2022-07-19T14:00:10.691Z"
33
}

www/data/new_signups.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,47 @@
11
[
22
{
3-
"coachcount": 194,
4-
"studentcount": 457,
3+
"coachcount": 169,
4+
"studentcount": 418,
55
"year": 2014
66
},
77
{
8-
"coachcount": 207,
9-
"studentcount": 696,
8+
"coachcount": 179,
9+
"studentcount": 648,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 403,
14-
"studentcount": 793,
13+
"coachcount": 352,
14+
"studentcount": 725,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 587,
19-
"studentcount": 1462,
18+
"coachcount": 497,
19+
"studentcount": 1319,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 955,
24-
"studentcount": 2334,
23+
"coachcount": 848,
24+
"studentcount": 2099,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 1167,
29-
"studentcount": 2812,
28+
"coachcount": 997,
29+
"studentcount": 2552,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 640,
34-
"studentcount": 1452,
33+
"coachcount": 561,
34+
"studentcount": 1305,
3535
"year": 2020
36+
},
37+
{
38+
"coachcount": 353,
39+
"studentcount": 981,
40+
"year": 2021
41+
},
42+
{
43+
"coachcount": 222,
44+
"studentcount": 707,
45+
"year": 2022
3646
}
3747
]

www/data/ratings_per_year.json

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,56 @@
157157
{
158158
"year": 2020,
159159
"rating": 4,
160-
"count": 28
160+
"count": 29
161161
},
162162
{
163163
"year": 2020,
164164
"rating": 5,
165-
"count": 192
165+
"count": 201
166+
},
167+
{
168+
"year": 2021,
169+
"rating": 1,
170+
"count": 2
171+
},
172+
{
173+
"year": 2021,
174+
"rating": 2,
175+
"count": 3
176+
},
177+
{
178+
"year": 2021,
179+
"rating": 3,
180+
"count": 3
181+
},
182+
{
183+
"year": 2021,
184+
"rating": 4,
185+
"count": 13
186+
},
187+
{
188+
"year": 2021,
189+
"rating": 5,
190+
"count": 156
191+
},
192+
{
193+
"year": 2022,
194+
"rating": 1,
195+
"count": 1
196+
},
197+
{
198+
"year": 2022,
199+
"rating": 3,
200+
"count": 5
201+
},
202+
{
203+
"year": 2022,
204+
"rating": 4,
205+
"count": 5
206+
},
207+
{
208+
"year": 2022,
209+
"rating": 5,
210+
"count": 86
166211
}
167212
]

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": 4772,
3-
"attending_members_count": 8462,
4-
"percentage_returning": 56.393287638856066
2+
"returning_members_count": 5090,
3+
"attending_members_count": 9140,
4+
"percentage_returning": 55.689277899343544
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": 5716,
3-
"coach_and_student_members_count": 333,
4-
"student_to_coach_conversion": 5.825752274317705
2+
"student_only_members_count": 6127,
3+
"coach_and_student_members_count": 369,
4+
"student_to_coach_conversion": 6.022523257711768
55
}

www/data/workshops_per_year.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,13 @@
3030
{
3131
"count": 234,
3232
"year": 2020
33+
},
34+
{
35+
"count": 166,
36+
"year": 2021
37+
},
38+
{
39+
"count": 109,
40+
"year": 2022
3341
}
3442
]

0 commit comments

Comments
 (0)