Skip to content

Commit 94da360

Browse files
committed
Merge pull request #14 from codebar/add-photo-to-page
Added a photo to make the page a bit more personal
2 parents f09ee81 + c0dd666 commit 94da360

14 files changed

+427
-39
lines changed

package-lock.json

Lines changed: 303 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/data/attended_per_year.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@
4545
"year": 2021
4646
},
4747
{
48-
"students": 1050,
49-
"coaches": 799,
48+
"students": 1214,
49+
"coaches": 941,
5050
"year": 2022
51+
},
52+
{
53+
"students": 973,
54+
"coaches": 659,
55+
"year": 2023
5156
}
5257
]

www/data/average_rating_per_month.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,46 @@
497497
{
498498
"month": 10,
499499
"year": 2022,
500-
"avg": 4.866666666666667
500+
"avg": 4.684210526315789
501+
},
502+
{
503+
"month": 11,
504+
"year": 2022,
505+
"avg": 4.954545454545454
506+
},
507+
{
508+
"month": 12,
509+
"year": 2022,
510+
"avg": 4.7
511+
},
512+
{
513+
"month": 1,
514+
"year": 2023,
515+
"avg": 5
516+
},
517+
{
518+
"month": 2,
519+
"year": 2023,
520+
"avg": 4.964285714285714
521+
},
522+
{
523+
"month": 3,
524+
"year": 2023,
525+
"avg": 4.84375
526+
},
527+
{
528+
"month": 4,
529+
"year": 2023,
530+
"avg": 4.757575757575758
531+
},
532+
{
533+
"month": 5,
534+
"year": 2023,
535+
"avg": 4.827586206896552
536+
},
537+
{
538+
"month": 6,
539+
"year": 2023,
540+
"avg": 5
501541
}
502542
]

www/data/counted_stats.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"coach_count": 5872,
3-
"student_count": 16254,
4-
"chapter_count": 28,
5-
"workshop_count": 1781,
2+
"coach_count": 6181,
3+
"student_count": 17464,
4+
"chapter_count": 32,
5+
"workshop_count": 1907,
66
"monthlies_count": 51,
7-
"events_count": 164,
7+
"events_count": 179,
88
"busiest_month": 5,
99
"slowest_month": 12,
10-
"average_rating": 4.755777460770328
10+
"average_rating": 4.7605748373101955
1111
}

www/data/last_updated_at.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_updated_at": "2022-10-18T14:04:56.234Z"
2+
"last_updated_at": "2023-06-05T14:45:32.430Z"
33
}

0 commit comments

Comments
 (0)