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 Mar 29, 2023
2 parents f09ee81 + c0dd666 commit d31ed49
Show file tree
Hide file tree
Showing 14 changed files with 407 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": 543,
"coaches": 377,
"year": 2023
}
]
27 changes: 26 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,31 @@
{
"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.888888888888889
}
]
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": 5872,
"student_count": 16254,
"chapter_count": 28,
"workshop_count": 1781,
"coach_count": 6074,
"student_count": 17097,
"chapter_count": 32,
"workshop_count": 1865,
"monthlies_count": 51,
"events_count": 164,
"busiest_month": 5,
"events_count": 177,
"busiest_month": 3,
"slowest_month": 12,
"average_rating": 4.755777460770328
"average_rating": 4.760220994475138
}
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-03-29T10:15:30.546Z"
}
Loading

0 comments on commit d31ed49

Please sign in to comment.