feat: 회원 탈퇴 기능 추가#52
Open
seongyonglim wants to merge 1 commit into
Open
Conversation
seongyonglim
commented
Jun 30, 2026
Collaborator
- 회원 탈퇴 기능 추가. soft-delete로 처리해 PII,북마크,관심사,알림,약관동의는 삭제하되 표결(투표) 기록은 보존하고, 탈퇴 후 7일간 동일 소셜계정 재가입을 차단
- 7일 경과 후 재가입 시 같은 uid를 재활성하며, 재투표는 UNIQUE(user_id, bill_id)로 갱신되어 중복 집계 X
- user-service(탈퇴 API·soft-delete) + bill/notification-service(internal 삭제 API) 3개 서비스 변경이며, V8 마이그레이션으로 users에 탈퇴 컬럼이 추가됨
munis-kim
approved these changes
Jul 2, 2026
munis-kim
approved these changes
Jul 2, 2026
munis-kim
left a comment
Contributor
There was a problem hiding this comment.
swagger에 탈퇴사유 code값들도 넣어주시면 좋을 것 같습니다.
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.