feat: 관리자 페이지 어학 인증 관리 api 추가#236
Merged
Gyuhyeok99 merged 8 commits intosolid-connection:developfrom Feb 20, 2025
Merged
Conversation
Member
PUT으로 변경하는게 좋을 것 같습니다 |
Member
|
아 그리고 이후에 CORS에 |
…guage-test-score-verification
nayonsoso
approved these changes
Feb 20, 2025
Collaborator
nayonsoso
left a comment
There was a problem hiding this comment.
LGTM
기존 @RejectedReasonRequired 어노테이션이 GpaScoreUpdateRequest에만 동작하게 되어있어서 ScoreUpdateRequest 인터페이스를 추가하였습니다.
잘 구현하셨습니다👍
이럴 거면 PUT으로 바꾸는 게 나을지
PATCH를 활용하여 개별 수정이 되도록 코드를 바꿀지
지금 이대로 유지할지
저도 PUT으로 변경하는게 좋다 생각해요!
Comment on lines
+156
to
+159
| @Nested | ||
| class 어학점수_검증_및_수정 { | ||
| @Test | ||
| void 어학점수와_검증상태를_정상적으로_수정한다() { |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
관련 이슈
작업 내용
관리자 페이지 어학 인증 관리 api 추가하였습니다.
특이사항
기존 @RejectedReasonRequired 어노테이션이 GpaScoreUpdateRequest에만 동작하게 되어있어서 ScoreUpdateRequest 인터페이스를 추가하였습니다.
리뷰 요구사항 (선택)
지난번 PATCH에 대해 논의하고 나서 어드민 관련 코드를 다시 보았는데 수정 시 PATCH를 이용하긴 하는데 사실 상 전부 변경하는 방식으로 제가 구현했었더라구요. 그래서
고민이 되네요 의견 남겨주시면 저도 고민해서 적용해보겠습니다
개인적으로 3번으로 가면 조금 이도저도 아닌 방식인 거 같다는 생각이 들긴 했습니다. 😅
❗️api 추가 사항❗️
https://github.com/solid-connection/api-docs/pull/8