Skip to content

Commit

Permalink
update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberley Cook authored and Kimberley Cook committed Jun 5, 2024
1 parent 8958a8d commit 34d1ce6
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 34 deletions.
5 changes: 5 additions & 0 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
"students": 1985,
"coaches": 1337,
"year": 2023
},
{
"students": 1011,
"coaches": 727,
"year": 2024
}
]
25 changes: 25 additions & 0 deletions www/data/average_rating_per_month.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,30 @@
"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
}
]
14 changes: 7 additions & 7 deletions www/data/counted_stats.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"coach_count": 6512,
"student_count": 18385,
"chapter_count": 34,
"workshop_count": 2035,
"coach_count": 6746,
"student_count": 18846,
"chapter_count": 35,
"workshop_count": 2132,
"monthlies_count": 51,
"events_count": 195,
"busiest_month": 11,
"events_count": 209,
"busiest_month": 5,
"slowest_month": 12,
"average_rating": 4.761248374512354
"average_rating": 4.766373902132998
}
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": "2024-01-08T18:14:31.634Z"
"last_updated_at": "2024-06-05T10:28:44.920Z"
}
45 changes: 25 additions & 20 deletions www/data/new_signups.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,57 @@
[
{
"coachcount": 156,
"studentcount": 398,
"coachcount": 154,
"studentcount": 396,
"year": 2014
},
{
"coachcount": 172,
"studentcount": 620,
"coachcount": 169,
"studentcount": 606,
"year": 2015
},
{
"coachcount": 330,
"studentcount": 686,
"coachcount": 325,
"studentcount": 672,
"year": 2016
},
{
"coachcount": 466,
"studentcount": 1239,
"coachcount": 453,
"studentcount": 1213,
"year": 2017
},
{
"coachcount": 779,
"studentcount": 1954,
"coachcount": 753,
"studentcount": 1903,
"year": 2018
},
{
"coachcount": 905,
"studentcount": 2349,
"coachcount": 873,
"studentcount": 2287,
"year": 2019
},
{
"coachcount": 512,
"studentcount": 1218,
"coachcount": 493,
"studentcount": 1190,
"year": 2020
},
{
"coachcount": 310,
"studentcount": 897,
"coachcount": 296,
"studentcount": 878,
"year": 2021
},
{
"coachcount": 467,
"studentcount": 1308,
"coachcount": 444,
"studentcount": 1268,
"year": 2022
},
{
"coachcount": 641,
"studentcount": 1663,
"coachcount": 616,
"studentcount": 1606,
"year": 2023
},
{
"coachcount": 300,
"studentcount": 719,
"year": 2024
}
]
15 changes: 15 additions & 0 deletions www/data/ratings_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,20 @@
"year": 2023,
"rating": 5,
"count": 272
},
{
"year": 2024,
"rating": 3,
"count": 1
},
{
"year": 2024,
"rating": 4,
"count": 11
},
{
"year": 2024,
"rating": 5,
"count": 129
}
]
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": 5673,
"attending_members_count": 10366,
"percentage_returning": 54.72699208952344
"returning_members_count": 5905,
"attending_members_count": 10795,
"percentage_returning": 54.701250578971745
}
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": 6929,
"coach_and_student_members_count": 419,
"student_to_coach_conversion": 6.047048636166835
"student_only_members_count": 7221,
"coach_and_student_members_count": 433,
"student_to_coach_conversion": 5.996399390666113
}
4 changes: 4 additions & 0 deletions www/data/workshops_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
{
"count": 209,
"year": 2023
},
{
"count": 121,
"year": 2024
}
]

0 comments on commit 34d1ce6

Please sign in to comment.