-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat #117] 회원 탈퇴 API #118
Conversation
Code Coverage
|
Test Results 25 files 25 suites 14s ⏱️ Results for commit 1ea0bfa. ♻️ This comment has been updated with latest results. |
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.
고생 많으셨습니다! 팀회의 때 더 논의해봐요~
src/main/java/com/dnd/gongmuin/auth/dto/response/MemberDeletionResponse.java
Outdated
Show resolved
Hide resolved
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.
hard delete 구현하느라 고생 많으셨습니다!
src/main/java/com/dnd/gongmuin/question_post/repository/QuestionPostRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/dnd/gongmuin/question_post/repository/QuestionPostRepository.java
Outdated
Show resolved
Hide resolved
|
||
@Modifying(flushAutomatically = true, clearAutomatically = true) | ||
@Query("UPDATE QuestionPost q SET q.member = :anonymous WHERE q.member.id = :memberId") | ||
public void updateQuestionPosts(Long memberId, Member anonymous); |
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.
jpa에서 제공하는 함수가 아니라 직접 정의한 함수니까 시간되실 때 해당 벌크연산에 대한 테스트를 해도 좋을 것 같네요!
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분
이후 작업