Skip to content

Commit

Permalink
update gatsby version and update stats data
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberley Cook authored and Kimberley Cook committed Jan 8, 2024
1 parent ed2ed1e commit dadaefc
Show file tree
Hide file tree
Showing 15 changed files with 6,732 additions and 5,292 deletions.
303 changes: 0 additions & 303 deletions package-lock.json

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"www",
"get-data"
],
"resolutions": {
"sharp" : "^0.29.0"
},
"dependencies": {
"gatsby-plugin-gtag": "^1.0.13"
}
Expand Down
9 changes: 7 additions & 2 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@
"year": 2022
},
{
"students": 1525,
"coaches": 1000,
"students": 1985,
"coaches": 1337,
"year": 2023
},
{
"students": 72,
"coaches": 43,
"year": 2024
}
]
20 changes: 20 additions & 0 deletions www/data/average_rating_per_month.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,26 @@
{
"month": 9,
"year": 2023,
"avg": 4.71875
},
{
"month": 10,
"year": 2023,
"avg": 4.538461538461538
},
{
"month": 11,
"year": 2023,
"avg": 4.826086956521739
},
{
"month": 12,
"year": 2023,
"avg": 5
},
{
"month": 1,
"year": 2024,
"avg": 5
}
]
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": 6363,
"student_count": 17941,
"chapter_count": 33,
"workshop_count": 1964,
"coach_count": 6512,
"student_count": 18385,
"chapter_count": 34,
"workshop_count": 2035,
"monthlies_count": 51,
"events_count": 186,
"busiest_month": 5,
"events_count": 195,
"busiest_month": 11,
"slowest_month": 12,
"average_rating": 4.762815405046481
"average_rating": 4.761248374512354
}
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": "2023-09-14T10:11:38.532Z"
"last_updated_at": "2024-01-08T18:14:31.634Z"
}
Loading

0 comments on commit dadaefc

Please sign in to comment.