Skip to content

Commit b1b7402

Browse files
committed
update stats
1 parent e50c93f commit b1b7402

9 files changed

+26
-26
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": 2713,
39-
"coaches": 1761,
38+
"students": 2780,
39+
"coaches": 1806,
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": 5
385+
"avg": 4.8
386386
}
387387
]

www/data/counted_stats.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 4853,
3-
"student_count": 12184,
2+
"coach_count": 4859,
3+
"student_count": 12217,
44
"chapter_count": 28,
5-
"workshop_count": 1435,
6-
"monthlies_count": 49,
5+
"workshop_count": 1442,
6+
"monthlies_count": 50,
77
"events_count": 118,
8-
"busiest_month": 5,
8+
"busiest_month": 10,
99
"slowest_month": 12,
10-
"average_rating": 4.7479648323021815
10+
"average_rating": 4.7474093264248705
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-14T10:08:04.781Z"
2+
"last_updated_at": "2020-10-23T09:12:42.661Z"
33
}

www/data/new_signups.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
},
1212
{
1313
"coachcount": 411,
14-
"studentcount": 803,
14+
"studentcount": 801,
1515
"year": 2016
1616
},
1717
{
1818
"coachcount": 598,
19-
"studentcount": 1484,
19+
"studentcount": 1481,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 975,
24-
"studentcount": 2370,
23+
"coachcount": 974,
24+
"studentcount": 2367,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 1184,
29-
"studentcount": 2842,
28+
"coachcount": 1180,
29+
"studentcount": 2836,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 566,
34-
"studentcount": 1291,
33+
"coachcount": 577,
34+
"studentcount": 1323,
3535
"year": 2020
3636
}
3737
]

www/data/ratings_per_year.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
"year": 2020,
154154
"rating": 3,
155-
"count": 6
155+
"count": 9
156156
},
157157
{
158158
"year": 2020,
@@ -162,6 +162,6 @@
162162
{
163163
"year": 2020,
164164
"rating": 5,
165-
"count": 117
165+
"count": 131
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": 4694,
3-
"attending_members_count": 8352,
4-
"percentage_returning": 56.202107279693486
2+
"returning_members_count": 4707,
3+
"attending_members_count": 8367,
4+
"percentage_returning": 56.2567228397275
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"student_only_members_count": 5654,
2+
"student_only_members_count": 5661,
33
"coach_and_student_members_count": 330,
4-
"student_to_coach_conversion": 5.836575875486381
4+
"student_to_coach_conversion": 5.829358770535241
55
}

www/data/workshops_per_year.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"year": 2019
2929
},
3030
{
31-
"count": 204,
31+
"count": 211,
3232
"year": 2020
3333
}
3434
]

0 commit comments

Comments
 (0)