-
Notifications
You must be signed in to change notification settings - Fork 8
fix: 디스코드 관련 성적 검수 오류 수정 #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0b30f85
feat: 디스코드 webhook 메시지 편집 기능 추가
whqtker 61b0de9
refactor: DiscordNotifier 설정 값을 생성자로 주입
whqtker 0ad7333
fix: 성적 승인 시 디스코드 이모지 요청 실패로 발생하는 500 에러 해결
whqtker 1315c64
refactor: DiscordReactionEmoji 를 DiscordReviewMarker 로 개명
whqtker 2e12211
refactor: 사용하지 않는 디스코드 봇 RestTemplate 제거
whqtker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
src/main/java/com/example/solidconnection/common/discord/DiscordReactionClient.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: solid-connection/solid-connect-server
Length of output: 7677
🏁 Script executed:
Repository: solid-connection/solid-connect-server
Length of output: 25221
1. PENDING 전환 시 Discord marker를 제거하세요.
두 서비스의
publishReviewResult는PENDING에서 반환하여DiscordNotifier.markReviewResult를 호출하지 않습니다. 기존 승인 또는 반려 메시지는 이전 marker를 계속 표시합니다.PENDING에서도 Discord 메시지를 편집하여 marker 없는 본문으로 갱신하세요.
📍 Affects 2 files
src/main/java/com/example/solidconnection/admin/service/AdminGpaScoreService.java#L62-L64(this comment)src/main/java/com/example/solidconnection/admin/service/AdminLanguageTestScoreService.java#L62-L64🤖 Prompt for AI Agents