[develop] 회원가입 플로우 개선 #59
Merged
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.
📌 개요
멤버 승인 프로세스를 서버 개발자가 데이터베이스에서 수동으로 상태를 변경하던 방식에서,
신청 당시 이메일과 이름의 일치 여부를 통해 자동으로 승인되는 방식으로 개선했습니다.
이에 따라 멤버 상태 (PENDING / ACTIVE / INACTIVE) 에 따른 접근 가능 화면 및 홈 UI 분기 로직도 함께 변경되었습니다.
📋 변경사항
1️⃣ 멤버 승인 방식 개선
기존
서버 개발자가 데이터베이스에서 수동으로 상태를 변경
변경 후
디퍼 신청 시 입력한 이메일 + 이름 일치 여부를 통해 승인 여부를 자동 판별
승인 성공 시 멤버 상태가 ACTIVE로 전환
2️⃣ 멤버 상태별 접근 정책 정리
[PENDING]
[ACTIVE]
INACTIVE
스크린샷
🙏 참고사항
리뷰 희망 기한