Skip to content

Commit

Permalink
Merge pull request #14 from codebar/add-photo-to-page
Browse files Browse the repository at this point in the history
Added a photo to make the page a bit more personal
  • Loading branch information
KimberleyCook committed May 25, 2023
2 parents f09ee81 + c0dd666 commit 3a5327d
Show file tree
Hide file tree
Showing 14 changed files with 422 additions and 39 deletions.
303 changes: 303 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@
"year": 2021
},
{
"students": 1050,
"coaches": 799,
"students": 1214,
"coaches": 941,
"year": 2022
},
{
"students": 924,
"coaches": 630,
"year": 2023
}
]
37 changes: 36 additions & 1 deletion www/data/average_rating_per_month.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,41 @@
{
"month": 10,
"year": 2022,
"avg": 4.866666666666667
"avg": 4.684210526315789
},
{
"month": 11,
"year": 2022,
"avg": 4.954545454545454
},
{
"month": 12,
"year": 2022,
"avg": 4.7
},
{
"month": 1,
"year": 2023,
"avg": 5
},
{
"month": 2,
"year": 2023,
"avg": 4.964285714285714
},
{
"month": 3,
"year": 2023,
"avg": 4.84375
},
{
"month": 4,
"year": 2023,
"avg": 4.757575757575758
},
{
"month": 5,
"year": 2023,
"avg": 4.96
}
]
12 changes: 6 additions & 6 deletions www/data/counted_stats.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"coach_count": 5872,
"student_count": 16254,
"chapter_count": 28,
"workshop_count": 1781,
"coach_count": 6158,
"student_count": 17401,
"chapter_count": 32,
"workshop_count": 1901,
"monthlies_count": 51,
"events_count": 164,
"events_count": 179,
"busiest_month": 5,
"slowest_month": 12,
"average_rating": 4.755777460770328
"average_rating": 4.761335867499321
}
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": "2022-10-18T14:04:56.234Z"
"last_updated_at": "2023-05-25T12:55:26.326Z"
}
Loading

0 comments on commit 3a5327d

Please sign in to comment.