From 09ef093567a0e5e96f0f3075aaca031beb8e0b35 Mon Sep 17 00:00:00 2001 From: Minjeong Kim <101111603+Mingguriguri@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:23:17 +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(5)?= 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 74752214..4f1bd335 100644 --- a/minjeong/test.txt +++ b/minjeong/test.txt @@ -1 +1 @@ -test4 \ No newline at end of file +test5 \ No newline at end of file From 6ce2f42fd90401d685c451babca67199e2356d24 Mon Sep 17 00:00:00 2001 From: Mingguriguri Date: Mon, 7 Apr 2025 04:23:55 +0000 Subject: [PATCH 2/2] Update challenge progress dashboard --- _MonthlyChallenges/DASHBOARD.md | 2 +- _MonthlyChallenges/scoreboard.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_MonthlyChallenges/DASHBOARD.md b/_MonthlyChallenges/DASHBOARD.md index 77c59c8c..176b20e2 100644 --- a/_MonthlyChallenges/DASHBOARD.md +++ b/_MonthlyChallenges/DASHBOARD.md @@ -3,4 +3,4 @@ | 사용자 | 챌린지 유형 | 문제 수 | 달성 여부 | | ------ | ----------- | ------- | --------- | | Mingguriguri | 그래프 | 0 | ❌ | -| Mingguriguri | DP | 2 | ❌ | +| Mingguriguri | DP | 5 | ✅ | diff --git a/_MonthlyChallenges/scoreboard.json b/_MonthlyChallenges/scoreboard.json index 07425ff3..69fe3dfd 100644 --- a/_MonthlyChallenges/scoreboard.json +++ b/_MonthlyChallenges/scoreboard.json @@ -5,11 +5,14 @@ "그래프": [], "DP": [ 2169, - 1520 + 1520, + 11660, + 10844, + 1914 ], "achieved": { "그래프": false, - "DP": false + "DP": true } } }