Skip to content

feat: 회원 탈퇴 기능 추가#52

Open
seongyonglim wants to merge 1 commit into
devfrom
feat/member-withdrawal
Open

feat: 회원 탈퇴 기능 추가#52
seongyonglim wants to merge 1 commit into
devfrom
feat/member-withdrawal

Conversation

@seongyonglim

Copy link
Copy Markdown
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 munis-kim left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swagger에 탈퇴사유 code값들도 넣어주시면 좋을 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants