Skip to content

Commit 59f6414

Browse files
chore: update leaderboard and history [skip ci]
1 parent 256559e commit 59f6414

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

leaderboard.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 📊 스터디 벌칙/벌금 누적 현황
2+
3+
> evaluate 스크립트 실행 시 자동 갱신
4+
5+
## 멤버별 통계
6+
7+
| 멤버 | 미달 횟수 | 누적 벌금 |
8+
| --- | ---: | ---: |
9+
| ahyeon | 0 | 0원 |
10+
| ajin | 1 | 2,000원 |
11+
| aryeong | 0 | 0원 |
12+
| chaewon | 1 | 2,000원 |
13+
| minjeong | 1 | 2,000원 |
14+
| suyeon | 1 | 2,000원 |
15+
16+
## 최근 주간 결과
17+
18+
### 2026-03-02 ~ 2026-03-08
19+
20+
- **통과:** ahyeon, aryeong
21+
- **벌칙:** ajin, chaewon, minjeong, suyeon
22+
23+
---
24+
25+
*마지막 갱신: 2026-03-15T14:49:48*

reports/history.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"weeks": [
3+
{
4+
"weekStart": "2026-03-02",
5+
"weekEnd": "2026-03-08",
6+
"pass": [
7+
"ahyeon",
8+
"aryeong"
9+
],
10+
"fail": [
11+
"ajin",
12+
"chaewon",
13+
"minjeong",
14+
"suyeon"
15+
]
16+
}
17+
],
18+
"updatedAt": "2026-03-15T14:49:48.298Z"
19+
}

0 commit comments

Comments
 (0)