diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 2df8af7..dca6992 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -60,8 +60,8 @@ "year": 2024 }, { - "students": 1442, - "coaches": 1083, + "students": 2090, + "coaches": 1283, "year": 2025 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index 4e4eac1..37c6163 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -1,8 +1,8 @@ { - "coach_count": 7365, - "student_count": 20156, + "coach_count": 7386, + "student_count": 20163, "chapter_count": 32, - "workshop_count": 2437, + "workshop_count": 2439, "monthlies_count": 51, "events_count": 239, "busiest_month": 11, diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 0fca6ba..99d5da0 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-06T09:47:28.593Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index 1c4d7d7..2f2d1ab 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -35,28 +35,33 @@ "year": 2020 }, { - "coachcount": 260, + "coachcount": 259, "studentcount": 821, "year": 2021 }, { "coachcount": 416, - "studentcount": 1185, + "studentcount": 1184, "year": 2022 }, { - "coachcount": 571, + "coachcount": 570, "studentcount": 1496, "year": 2023 }, { "coachcount": 487, - "studentcount": 1258, + "studentcount": 1256, "year": 2024 }, { "coachcount": 403, - "studentcount": 1067, + "studentcount": 1068, "year": 2025 + }, + { + "coachcount": 6, + "studentcount": 13, + "year": 2026 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index c5a51c4..e7c175b 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": 6395, + "attending_members_count": 11776, + "percentage_returning": 54.305366847826086 } \ 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..b716b70 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, + "student_only_members_count": 7901, "coach_and_student_members_count": 470, - "student_to_coach_conversion": 5.9516272002026085 + "student_to_coach_conversion": 5.9486140994810786 } \ 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 { -