-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add student and coach coach from all chapters, not just active ones
- Loading branch information
1 parent
7b979fc
commit f09ee81
Showing
10 changed files
with
55 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ | |
"year": 2021 | ||
}, | ||
{ | ||
"students": 740, | ||
"coaches": 585, | ||
"students": 1050, | ||
"coaches": 799, | ||
"year": 2022 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"coach_count": 5183, | ||
"student_count": 14048, | ||
"chapter_count": 30, | ||
"workshop_count": 1740, | ||
"coach_count": 5872, | ||
"student_count": 16254, | ||
"chapter_count": 28, | ||
"workshop_count": 1781, | ||
"monthlies_count": 51, | ||
"events_count": 161, | ||
"events_count": 164, | ||
"busiest_month": 5, | ||
"slowest_month": 12, | ||
"average_rating": 4.754431851206045 | ||
"average_rating": 4.755777460770328 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"last_updated_at": "2022-07-19T14:00:10.691Z" | ||
"last_updated_at": "2022-10-18T14:04:56.234Z" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
[ | ||
{ | ||
"coachcount": 169, | ||
"studentcount": 418, | ||
"coachcount": 167, | ||
"studentcount": 413, | ||
"year": 2014 | ||
}, | ||
{ | ||
"coachcount": 179, | ||
"studentcount": 648, | ||
"coachcount": 176, | ||
"studentcount": 642, | ||
"year": 2015 | ||
}, | ||
{ | ||
"coachcount": 352, | ||
"studentcount": 725, | ||
"coachcount": 350, | ||
"studentcount": 720, | ||
"year": 2016 | ||
}, | ||
{ | ||
"coachcount": 497, | ||
"studentcount": 1319, | ||
"coachcount": 494, | ||
"studentcount": 1308, | ||
"year": 2017 | ||
}, | ||
{ | ||
"coachcount": 848, | ||
"studentcount": 2099, | ||
"coachcount": 841, | ||
"studentcount": 2072, | ||
"year": 2018 | ||
}, | ||
{ | ||
"coachcount": 997, | ||
"studentcount": 2552, | ||
"coachcount": 987, | ||
"studentcount": 2520, | ||
"year": 2019 | ||
}, | ||
{ | ||
"coachcount": 561, | ||
"studentcount": 1305, | ||
"coachcount": 557, | ||
"studentcount": 1293, | ||
"year": 2020 | ||
}, | ||
{ | ||
"coachcount": 353, | ||
"studentcount": 981, | ||
"coachcount": 349, | ||
"studentcount": 972, | ||
"year": 2021 | ||
}, | ||
{ | ||
"coachcount": 222, | ||
"studentcount": 707, | ||
"coachcount": 385, | ||
"studentcount": 1099, | ||
"year": 2022 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"returning_members_count": 5090, | ||
"attending_members_count": 9140, | ||
"percentage_returning": 55.689277899343544 | ||
"returning_members_count": 5164, | ||
"attending_members_count": 9330, | ||
"percentage_returning": 55.348338692390136 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"student_only_members_count": 6127, | ||
"coach_and_student_members_count": 369, | ||
"student_to_coach_conversion": 6.022523257711768 | ||
"student_only_members_count": 6255, | ||
"coach_and_student_members_count": 376, | ||
"student_to_coach_conversion": 6.01119104716227 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
"year": 2021 | ||
}, | ||
{ | ||
"count": 109, | ||
"count": 150, | ||
"year": 2022 | ||
} | ||
] |