diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 2df8af7..12ddbbc 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -60,8 +60,13 @@ "year": 2024 }, { - "students": 1442, - "coaches": 1083, + "students": 2090, + "coaches": 1283, "year": 2025 + }, + { + "students": 95, + "coaches": 106, + "year": 2026 } ] \ No newline at end of file diff --git a/www/data/average_rating_per_month.json b/www/data/average_rating_per_month.json index a2f3e1f..b390978 100644 --- a/www/data/average_rating_per_month.json +++ b/www/data/average_rating_per_month.json @@ -688,5 +688,10 @@ "month": 12, "year": 2025, "avg": 5 + }, + { + "month": 1, + "year": 2026, + "avg": 5 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index 4e4eac1..7698902 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -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 } \ No newline at end of file diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 0fca6ba..fc0f059 100644 --- a/www/data/last_updated_at.json +++ b/www/data/last_updated_at.json @@ -1,3 +1,3 @@ { - "last_updated_at": "2025-12-30T09:30:05.176Z" + "last_updated_at": "2026-01-22T09:44:59.873Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index 1c4d7d7..d6b8f6d 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -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 }, { @@ -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 } ] \ No newline at end of file diff --git a/www/data/ratings_per_year.json b/www/data/ratings_per_year.json index 291b90f..2369120 100644 --- a/www/data/ratings_per_year.json +++ b/www/data/ratings_per_year.json @@ -273,5 +273,10 @@ "year": 2025, "rating": 5, "count": 161 + }, + { + "year": 2026, + "rating": 5, + "count": 5 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index c5a51c4..0f41886 100644 --- a/www/data/returning_members.json +++ b/www/data/returning_members.json @@ -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 } \ No newline at end of file diff --git a/www/data/student_to_coach_conversion.json b/www/data/student_to_coach_conversion.json index f823f06..3975c46 100644 --- a/www/data/student_to_coach_conversion.json +++ b/www/data/student_to_coach_conversion.json @@ -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 } \ No newline at end of file diff --git a/www/data/workshops_per_year.json b/www/data/workshops_per_year.json index ac84fd4..09a4550 100644 --- a/www/data/workshops_per_year.json +++ b/www/data/workshops_per_year.json @@ -50,5 +50,9 @@ { "count": 197, "year": 2025 + }, + { + "count": 9, + "year": 2026 } ] \ No newline at end of file diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index cb191b8..02ab2f3 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -215,7 +215,7 @@ function IndexPage(): JSX.Element { -

Workshop attendances per year

+

Workshop and Event attendance per year