Skip to content

Commit 4b3ae72

Browse files
committed
update stats
1 parent 6bae7c7 commit 4b3ae72

10 files changed

+44
-35
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": 2815,
39-
"coaches": 1831,
38+
"students": 3139,
39+
"coaches": 2072,
4040
"year": 2020
4141
}
4242
]

www/data/average_rating_per_month.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,16 @@
382382
{
383383
"month": 10,
384384
"year": 2020,
385-
"avg": 4.806451612903226
385+
"avg": 4.803921568627451
386+
},
387+
{
388+
"month": 11,
389+
"year": 2020,
390+
"avg": 4.838709677419355
391+
},
392+
{
393+
"month": 12,
394+
"year": 2020,
395+
"avg": 5
386396
}
387397
]

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": 4861,
3-
"student_count": 12216,
2+
"coach_count": 4955,
3+
"student_count": 12394,
44
"chapter_count": 28,
5-
"workshop_count": 1442,
5+
"workshop_count": 1465,
66
"monthlies_count": 50,
7-
"events_count": 119,
8-
"busiest_month": 10,
7+
"events_count": 124,
8+
"busiest_month": 11,
99
"slowest_month": 12,
10-
"average_rating": 4.747491097442538
10+
"average_rating": 4.750079189103579
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-26T15:57:46.932Z"
2+
"last_updated_at": "2020-12-15T12:51:58.893Z"
33
}

www/data/new_signups.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[
22
{
3-
"coachcount": 196,
4-
"studentcount": 461,
3+
"coachcount": 194,
4+
"studentcount": 457,
55
"year": 2014
66
},
77
{
8-
"coachcount": 212,
9-
"studentcount": 705,
8+
"coachcount": 207,
9+
"studentcount": 696,
1010
"year": 2015
1111
},
1212
{
13-
"coachcount": 411,
14-
"studentcount": 800,
13+
"coachcount": 403,
14+
"studentcount": 793,
1515
"year": 2016
1616
},
1717
{
18-
"coachcount": 596,
19-
"studentcount": 1480,
18+
"coachcount": 587,
19+
"studentcount": 1462,
2020
"year": 2017
2121
},
2222
{
23-
"coachcount": 973,
24-
"studentcount": 2366,
23+
"coachcount": 955,
24+
"studentcount": 2334,
2525
"year": 2018
2626
},
2727
{
28-
"coachcount": 1179,
29-
"studentcount": 2835,
28+
"coachcount": 1167,
29+
"studentcount": 2812,
3030
"year": 2019
3131
},
3232
{
33-
"coachcount": 580,
34-
"studentcount": 1328,
33+
"coachcount": 640,
34+
"studentcount": 1452,
3535
"year": 2020
3636
}
3737
]

www/data/ratings_per_year.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,16 @@
152152
{
153153
"year": 2020,
154154
"rating": 3,
155-
"count": 9
155+
"count": 10
156156
},
157157
{
158158
"year": 2020,
159159
"rating": 4,
160-
"count": 21
160+
"count": 28
161161
},
162162
{
163163
"year": 2020,
164164
"rating": 5,
165-
"count": 132
165+
"count": 192
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": 4713,
3-
"attending_members_count": 8371,
4-
"percentage_returning": 56.30151714251583
2+
"returning_members_count": 4772,
3+
"attending_members_count": 8462,
4+
"percentage_returning": 56.393287638856066
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": 5662,
3-
"coach_and_student_members_count": 331,
4-
"student_to_coach_conversion": 5.84599081596609
2+
"student_only_members_count": 5716,
3+
"coach_and_student_members_count": 333,
4+
"student_to_coach_conversion": 5.825752274317705
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": 211,
31+
"count": 234,
3232
"year": 2020
3333
}
3434
]

www/src/components/header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function Header() {
4848
isExpanded ? `block` : `hidden`
4949
} md:block md:flex md:items-center w-full md:w-auto`}
5050
>
51-
<a className="block mt-4 text-gray-700 no-underline md:inline-block md:mt-0 md:ml-6" href="https://codebar.io/">codebar.io</a>
5251
<Link
5352
className="block mt-4 text-gray-700 no-underline md:inline-block md:mt-0 md:ml-6"
5453
to="/about"

0 commit comments

Comments
 (0)