From 06e71527c78923a5580f833488f0ff5e9beb2738 Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Wed, 10 Apr 2024 11:53:50 +0200 Subject: [PATCH] update stats --- www/data/attended_per_year.json | 5 +++ www/data/average_rating_per_month.json | 35 ++++++++++++++++++ www/data/counted_stats.json | 14 +++---- www/data/last_updated_at.json | 2 +- www/data/new_signups.json | 45 +++++++++++++---------- www/data/ratings_per_year.json | 15 ++++++++ www/data/returning_members.json | 6 +-- www/data/student_to_coach_conversion.json | 6 +-- www/data/workshops_per_year.json | 4 ++ 9 files changed, 98 insertions(+), 34 deletions(-) diff --git a/www/data/attended_per_year.json b/www/data/attended_per_year.json index 2662610..f1ae425 100644 --- a/www/data/attended_per_year.json +++ b/www/data/attended_per_year.json @@ -53,5 +53,10 @@ "students": 1985, "coaches": 1337, "year": 2023 + }, + { + "students": 1265, + "coaches": 902, + "year": 2024 } ] \ 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 eb7f10f..9971958 100644 --- a/www/data/average_rating_per_month.json +++ b/www/data/average_rating_per_month.json @@ -568,5 +568,40 @@ "month": 12, "year": 2023, "avg": 5 + }, + { + "month": 1, + "year": 2024, + "avg": 4.7894736842105265 + }, + { + "month": 2, + "year": 2024, + "avg": 4.878787878787879 + }, + { + "month": 3, + "year": 2024, + "avg": 4.9411764705882355 + }, + { + "month": 4, + "year": 2024, + "avg": 4.945945945945946 + }, + { + "month": 5, + "year": 2024, + "avg": 4.942857142857143 + }, + { + "month": 6, + "year": 2024, + "avg": 4.761904761904762 + }, + { + "month": 7, + "year": 2024, + "avg": 4.933333333333334 } ] \ No newline at end of file diff --git a/www/data/counted_stats.json b/www/data/counted_stats.json index d44e613..0531620 100644 --- a/www/data/counted_stats.json +++ b/www/data/counted_stats.json @@ -1,11 +1,11 @@ { - "coach_count": 6512, - "student_count": 18385, - "chapter_count": 34, - "workshop_count": 2035, + "coach_count": 6774, + "student_count": 18957, + "chapter_count": 36, + "workshop_count": 2166, "monthlies_count": 51, - "events_count": 195, - "busiest_month": 11, + "events_count": 213, + "busiest_month": 5, "slowest_month": 12, - "average_rating": 4.761248374512354 + "average_rating": 4.766973389704054 } \ No newline at end of file diff --git a/www/data/last_updated_at.json b/www/data/last_updated_at.json index 44a6b8d..4f1a112 100644 --- a/www/data/last_updated_at.json +++ b/www/data/last_updated_at.json @@ -1,3 +1,3 @@ { - "last_updated_at": "2024-01-08T18:14:31.634Z" + "last_updated_at": "2024-07-30T09:44:35.175Z" } \ No newline at end of file diff --git a/www/data/new_signups.json b/www/data/new_signups.json index fcbb81c..1195307 100644 --- a/www/data/new_signups.json +++ b/www/data/new_signups.json @@ -1,52 +1,57 @@ [ { - "coachcount": 156, - "studentcount": 398, + "coachcount": 154, + "studentcount": 390, "year": 2014 }, { - "coachcount": 172, - "studentcount": 620, + "coachcount": 168, + "studentcount": 597, "year": 2015 }, { - "coachcount": 330, - "studentcount": 686, + "coachcount": 319, + "studentcount": 664, "year": 2016 }, { - "coachcount": 466, - "studentcount": 1239, + "coachcount": 448, + "studentcount": 1194, "year": 2017 }, { - "coachcount": 779, - "studentcount": 1954, + "coachcount": 742, + "studentcount": 1888, "year": 2018 }, { - "coachcount": 905, - "studentcount": 2349, + "coachcount": 863, + "studentcount": 2270, "year": 2019 }, { - "coachcount": 512, - "studentcount": 1218, + "coachcount": 487, + "studentcount": 1175, "year": 2020 }, { - "coachcount": 310, - "studentcount": 897, + "coachcount": 292, + "studentcount": 869, "year": 2021 }, { - "coachcount": 467, - "studentcount": 1308, + "coachcount": 440, + "studentcount": 1256, "year": 2022 }, { - "coachcount": 641, - "studentcount": 1663, + "coachcount": 611, + "studentcount": 1594, "year": 2023 + }, + { + "coachcount": 363, + "studentcount": 877, + "year": 2024 } ] \ No newline at end of file diff --git a/www/data/ratings_per_year.json b/www/data/ratings_per_year.json index 615ccfe..eafbf82 100644 --- a/www/data/ratings_per_year.json +++ b/www/data/ratings_per_year.json @@ -238,5 +238,20 @@ "year": 2023, "rating": 5, "count": 272 + }, + { + "year": 2024, + "rating": 3, + "count": 3 + }, + { + "year": 2024, + "rating": 4, + "count": 13 + }, + { + "year": 2024, + "rating": 5, + "count": 161 } ] \ No newline at end of file diff --git a/www/data/returning_members.json b/www/data/returning_members.json index bc78871..ff612ec 100644 --- a/www/data/returning_members.json +++ b/www/data/returning_members.json @@ -1,5 +1,5 @@ { - "returning_members_count": 5673, - "attending_members_count": 10366, - "percentage_returning": 54.72699208952344 + "returning_members_count": 5959, + "attending_members_count": 10882, + "percentage_returning": 54.760154383385405 } \ 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 bc70c87..3562d83 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": 6929, - "coach_and_student_members_count": 419, - "student_to_coach_conversion": 6.047048636166835 + "student_only_members_count": 7279, + "coach_and_student_members_count": 437, + "student_to_coach_conversion": 6.003571919219673 } \ No newline at end of file diff --git a/www/data/workshops_per_year.json b/www/data/workshops_per_year.json index d7142ef..9ee3c9d 100644 --- a/www/data/workshops_per_year.json +++ b/www/data/workshops_per_year.json @@ -42,5 +42,9 @@ { "count": 209, "year": 2023 + }, + { + "count": 155, + "year": 2024 } ] \ No newline at end of file