Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@
"year": 2024
},
{
"students": 1442,
"coaches": 1083,
"students": 2090,
"coaches": 1283,
"year": 2025
},
{
"students": 95,
"coaches": 106,
"year": 2026
}
]
5 changes: 5 additions & 0 deletions www/data/average_rating_per_month.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,5 +688,10 @@
"month": 12,
"year": 2025,
"avg": 5
},
{
"month": 1,
"year": 2026,
"avg": 5
}
]
10 changes: 5 additions & 5 deletions www/data/counted_stats.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"coach_count": 7365,
"student_count": 20156,
"chapter_count": 32,
"workshop_count": 2437,
"coach_count": 7425,
"student_count": 20164,
"chapter_count": 33,
"workshop_count": 2453,
"monthlies_count": 51,
"events_count": 239,
"busiest_month": 11,
"slowest_month": 12,
"average_rating": 4.775713954028326
"average_rating": 4.775974025974026
}
2 changes: 1 addition & 1 deletion www/data/last_updated_at.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"last_updated_at": "2025-12-30T09:30:05.176Z"
"last_updated_at": "2026-01-22T09:44:59.873Z"
}
35 changes: 20 additions & 15 deletions www/data/new_signups.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"year": 2015
},
{
"coachcount": 311,
"studentcount": 639,
"coachcount": 310,
"studentcount": 638,
"year": 2016
},
{
"coachcount": 433,
"studentcount": 1138,
"studentcount": 1135,
"year": 2017
},
{
"coachcount": 718,
"studentcount": 1813,
"coachcount": 716,
"studentcount": 1810,
"year": 2018
},
{
Expand All @@ -31,32 +31,37 @@
},
{
"coachcount": 457,
"studentcount": 1123,
"studentcount": 1121,
"year": 2020
},
{
"coachcount": 260,
"studentcount": 821,
"coachcount": 259,
"studentcount": 819,
"year": 2021
},
{
"coachcount": 416,
"studentcount": 1185,
"coachcount": 414,
"studentcount": 1182,
"year": 2022
},
{
"coachcount": 571,
"studentcount": 1496,
"coachcount": 565,
"studentcount": 1491,
"year": 2023
},
{
"coachcount": 487,
"studentcount": 1258,
"studentcount": 1251,
"year": 2024
},
{
"coachcount": 403,
"studentcount": 1067,
"coachcount": 402,
"studentcount": 1065,
"year": 2025
},
{
"coachcount": 32,
"studentcount": 66,
"year": 2026
}
]
5 changes: 5 additions & 0 deletions www/data/ratings_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,10 @@
"year": 2025,
"rating": 5,
"count": 161
},
{
"year": 2026,
"rating": 5,
"count": 5
}
]
6 changes: 3 additions & 3 deletions www/data/returning_members.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"returning_members_count": 6393,
"attending_members_count": 11770,
"percentage_returning": 54.3160577740017
"returning_members_count": 6415,
"attending_members_count": 11805,
"percentage_returning": 54.34138077085981
}
6 changes: 3 additions & 3 deletions www/data/student_to_coach_conversion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"student_only_members_count": 7897,
"coach_and_student_members_count": 470,
"student_to_coach_conversion": 5.9516272002026085
"student_only_members_count": 7916,
"coach_and_student_members_count": 474,
"student_to_coach_conversion": 5.987872662961092
}
4 changes: 4 additions & 0 deletions www/data/workshops_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
{
"count": 197,
"year": 2025
},
{
"count": 9,
"year": 2026
}
]
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "^7.0.0",
"eslint": "^9.26.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.20.2",
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function IndexPage(): JSX.Element {
</dl>
</div>

<h3>Workshop attendances per year</h3>
<h3>Workshop and Event attendance per year</h3>
<BarChart
data={attendedPerYearChart}
stacked
Expand Down
Loading
Loading