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 Apr 27, 2023
2 parents f09ee81 + c0dd666 commit f1d8163
Show file tree
Hide file tree
Showing 14 changed files with 418 additions and 40 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": 747,
"coaches": 512,
"year": 2023
}
]
32 changes: 31 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,36 @@
{
"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.703703703703703
}
]
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": 6121,
"student_count": 17266,
"chapter_count": 32,
"workshop_count": 1882,
"monthlies_count": 51,
"events_count": 164,
"busiest_month": 5,
"events_count": 178,
"busiest_month": 3,
"slowest_month": 12,
"average_rating": 4.755777460770328
"average_rating": 4.759583789704272
}
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-04-27T15:39:23.107Z"
}
Loading

0 comments on commit f1d8163

Please sign in to comment.