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 Dec 12, 2022
2 parents f09ee81 + c0dd666 commit 02d6beb
Show file tree
Hide file tree
Showing 14 changed files with 362 additions and 38 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.

4 changes: 2 additions & 2 deletions www/data/attended_per_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"year": 2021
},
{
"students": 1050,
"coaches": 799,
"students": 1212,
"coaches": 941,
"year": 2022
}
]
12 changes: 11 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,16 @@
{
"month": 10,
"year": 2022,
"avg": 4.866666666666667
"avg": 4.684210526315789
},
{
"month": 11,
"year": 2022,
"avg": 4.954545454545454
},
{
"month": 12,
"year": 2022,
"avg": 4.666666666666667
}
]
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": 5938,
"student_count": 16612,
"chapter_count": 30,
"workshop_count": 1802,
"monthlies_count": 51,
"events_count": 164,
"busiest_month": 5,
"events_count": 171,
"busiest_month": 11,
"slowest_month": 12,
"average_rating": 4.755777460770328
"average_rating": 4.756083757781551
}
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": "2022-12-12T10:13:09.148Z"
}
Loading

0 comments on commit 02d6beb

Please sign in to comment.