Skip to content

Commit 9cc7e8d

Browse files
committed
update stats
1 parent 177b8bd commit 9cc7e8d

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

www/data/attended_per_year.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"year": 2019
3636
},
3737
{
38-
"students": 2780,
39-
"coaches": 1806,
38+
"students": 2815,
39+
"coaches": 1831,
4040
"year": 2020
4141
}
4242
]

www/data/average_rating_per_month.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,6 @@
382382
{
383383
"month": 10,
384384
"year": 2020,
385-
"avg": 4.8
385+
"avg": 4.806451612903226
386386
}
387387
]

www/data/counted_stats.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 4859,
3-
"student_count": 12217,
2+
"coach_count": 4861,
3+
"student_count": 12216,
44
"chapter_count": 28,
55
"workshop_count": 1442,
66
"monthlies_count": 50,
7-
"events_count": 118,
7+
"events_count": 119,
88
"busiest_month": 10,
99
"slowest_month": 12,
10-
"average_rating": 4.7474093264248705
10+
"average_rating": 4.747491097442538
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-10-23T09:12:42.661Z"
2+
"last_updated_at": "2020-10-26T15:57:46.932Z"
33
}

www/data/new_signups.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"coachcount": 197,
3+
"coachcount": 196,
44
"studentcount": 461,
55
"year": 2014
66
},
@@ -11,27 +11,27 @@
1111
},
1212
{
1313
"coachcount": 411,
14-
"studentcount": 801,
14+
"studentcount": 800,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 598,
19-
"studentcount": 1481,
18+
"coachcount": 596,
19+
"studentcount": 1480,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 974,
24-
"studentcount": 2367,
23+
"coachcount": 973,
24+
"studentcount": 2366,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 1180,
29-
"studentcount": 2836,
28+
"coachcount": 1179,
29+
"studentcount": 2835,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 577,
34-
"studentcount": 1323,
33+
"coachcount": 580,
34+
"studentcount": 1328,
3535
"year": 2020
3636
}
3737
]

www/data/ratings_per_year.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@
162162
{
163163
"year": 2020,
164164
"rating": 5,
165-
"count": 131
165+
"count": 132
166166
}
167167
]

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": 4707,
3-
"attending_members_count": 8367,
4-
"percentage_returning": 56.2567228397275
2+
"returning_members_count": 4713,
3+
"attending_members_count": 8371,
4+
"percentage_returning": 56.30151714251583
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": 5661,
3-
"coach_and_student_members_count": 330,
4-
"student_to_coach_conversion": 5.829358770535241
2+
"student_only_members_count": 5662,
3+
"coach_and_student_members_count": 331,
4+
"student_to_coach_conversion": 5.84599081596609
55
}

0 commit comments

Comments
 (0)