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 Jun 5, 2023
2 parents f09ee81 + c0dd666 commit 94da360
Show file tree
Hide file tree
Showing 14 changed files with 427 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": 973,
"coaches": 659,
"year": 2023
}
]
42 changes: 41 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,46 @@
{
"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.827586206896552
},
{
"month": 6,
"year": 2023,
"avg": 5
}
]
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": 6181,
"student_count": 17464,
"chapter_count": 32,
"workshop_count": 1907,
"monthlies_count": 51,
"events_count": 164,
"events_count": 179,
"busiest_month": 5,
"slowest_month": 12,
"average_rating": 4.755777460770328
"average_rating": 4.7605748373101955
}
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-06-05T14:45:32.430Z"
}
Loading

0 comments on commit 94da360

Please sign in to comment.