From af23fd1f5a7c9166907a7360335518a5b0c987ff Mon Sep 17 00:00:00 2001 From: Minjeong Kim <101111603+Mingguriguri@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:54:57 +0900 Subject: [PATCH 1/2] =?UTF-8?q?test:=20test=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minjeong/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minjeong/test.txt b/minjeong/test.txt index 30d74d25..74752214 100644 --- a/minjeong/test.txt +++ b/minjeong/test.txt @@ -1 +1 @@ -test \ No newline at end of file +test4 \ No newline at end of file From 7a127d74b8a8dd12c69b3dc74a9f35a849122120 Mon Sep 17 00:00:00 2001 From: Mingguriguri Date: Sun, 6 Apr 2025 15:54:03 +0000 Subject: [PATCH 2/2] Update challenge progress dashboard --- _MonthlyChallenges/DASHBOARD.md | 6 ++++++ _MonthlyChallenges/scoreboard.json | 17 ++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/_MonthlyChallenges/DASHBOARD.md b/_MonthlyChallenges/DASHBOARD.md index e69de29b..77c59c8c 100644 --- a/_MonthlyChallenges/DASHBOARD.md +++ b/_MonthlyChallenges/DASHBOARD.md @@ -0,0 +1,6 @@ +# 2025-04 챌린지 진행 상황 + +| 사용자 | 챌린지 유형 | 문제 수 | 달성 여부 | +| ------ | ----------- | ------- | --------- | +| Mingguriguri | 그래프 | 0 | ❌ | +| Mingguriguri | DP | 2 | ❌ | diff --git a/_MonthlyChallenges/scoreboard.json b/_MonthlyChallenges/scoreboard.json index 0967ef42..07425ff3 100644 --- a/_MonthlyChallenges/scoreboard.json +++ b/_MonthlyChallenges/scoreboard.json @@ -1 +1,16 @@ -{} +{ + "month": "2025-04", + "users": { + "Mingguriguri": { + "그래프": [], + "DP": [ + 2169, + 1520 + ], + "achieved": { + "그래프": false, + "DP": false + } + } + } +} \ No newline at end of file