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.
PR의 목적이 무엇인가요?
이슈 ID는 무엇인가요?
회원 탈퇴 시 논리 삭제 구현
재가입 시 탈퇴 회원임을 확인하고 변경하는 로직 구현
회원 탈퇴 시 논리 삭제로 구현하고 재가입 시 사용자를 조회하여 상태를 변경 #685
설명
회원 탈퇴를 물리 삭제로 구현하고자 하였습니다.
하지만 애플 측에서 우리 서비스에게 사용자의 이름을 최초 1회 제공하고 있기 때문에, 회원 탈퇴 후 재가입 시 이름이 없는 회원이 생길 수 있다는 문제가 있었습니다. 우리 서비스에서 애플 사용자를 완전히 제거하는 API를 제공하고 있지 않아서, 논리 삭제를 통해 해당 문제를 해결하고자 하였습니다.
재가입 시 가입 이력이 있다면 상태 변경을 통해 가입 처리합니다.
질문 혹은 공유 사항 (Optional)
미구현 로직