From 8e04497153a1709277354c2be6b18396bd2695c1 Mon Sep 17 00:00:00 2001 From: sgo722 Date: Sun, 4 Jan 2026 00:04:45 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20=EC=BD=94=EB=93=9C=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C=20=EC=9A=94=EC=B2=AD=20=EC=95=8C=EB=A6=BC=20=EB=B3=B8?= =?UTF-8?q?=EB=AC=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 31 +++++++++++++++++++ .gitignore | 3 +- .../kotlin/codel/chat/business/ChatService.kt | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..84e66c5 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,31 @@ +{ + "permissions": { + "allow": [ + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git reset:*)", + "Bash(src/main/resources/templates/home.html )", + "Bash(src/main/resources/templates/kpi-dashboard.html )", + "Bash(src/main/resources/templates/memberList.html )", + "Bash(src/main/resources/templates/questionEditForm.html )", + "Bash(src/main/resources/templates/questionForm.html )", + "Bash(src/main/resources/templates/questionList.html )", + "Bash(src/main/resources/templates/reportDetail.html )", + "Bash(src/main/resources/templates/reportList.html )", + "Bash(src/main/resources/templates/verificationImageForm.html )", + "Bash(src/main/resources/templates/verificationImageList.html)", + "Bash(git checkout:*)", + "Bash(src/main/kotlin/codel/chat/domain/ChatRoomQuestion.kt )", + "Bash(src/main/kotlin/codel/chat/infrastructure/ChatRoomQuestionJpaRepository.kt )", + "Bash(src/main/kotlin/codel/kpi/business/KpiBatchService.kt )", + "Bash(src/main/kotlin/codel/question/business/QuestionService.kt)", + "Bash(GIT_SEQUENCE_EDITOR=: git rebase:*)", + "Bash(./gradlew clean build:*)", + "Bash(mysql:*)", + "Bash(cat:*)", + "Bash(./gradlew bootRun)", + "Bash(./gradlew build:*)", + "Bash(gh auth login:*)" + ] + } +} diff --git a/.gitignore b/.gitignore index e8d6e4c..2c3df04 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ out/ ### VS Code ### .vscode/ .history/ -docs/ \ No newline at end of file +docs/ +.claude/ \ No newline at end of file diff --git a/src/main/kotlin/codel/chat/business/ChatService.kt b/src/main/kotlin/codel/chat/business/ChatService.kt index 80ae7dc..9ff4cc5 100644 --- a/src/main/kotlin/codel/chat/business/ChatService.kt +++ b/src/main/kotlin/codel/chat/business/ChatService.kt @@ -399,7 +399,7 @@ class ChatService( type = NotificationType.MOBILE, targetId = token, title = "${requester.getProfileOrThrow().getCodeNameOrThrow()}님이 코드 해제를 요청했어요 🔐", - body = "상대방의 프로필을 확인해보세요!" + body = "" ) // 비동기 알림 전송으로 변경