Skip to content
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

닉네임뷰 버그 해결 및 회원가입, 탈퇴 오류 에러 핸들링 #161

Merged
merged 26 commits into from
Feb 22, 2024

Conversation

Eunice0927
Copy link
Collaborator

@Eunice0927 Eunice0927 commented Feb 22, 2024

개요

변경 사항

  • 회원가입 중 닉네임 제출 전 앱이 종료되면 계정 재인증해 회원가입 이어가도록 수정
    • 계정 재인증 완료 후 닉네임 확정 버튼으로 바로 연결
    • 기존은 회원탈퇴 후 재가입했으나, 유저 이탈을 고려해 재인증 후 바로 가입 하도록 수정
  • 재인증시 계정 선택 오류 이슈 핸들링
  • 계정 재인증 취소시 error handling

공유사항(배운 것, 참고하면 좋을 것)

스크린샷

제목 작업 전 작업 후 작업 후
닉네임뷰 재인증
탈퇴 재인증

전달사항

기존은 회원탈퇴 후 재가입했으나, 유저 이탈을 고려해 재인증 후 바로 가입 하도록 수정
있는 경우는 현재 로그인 중으로 재인증에 해당한다.
재인증일 때 현재 로그인 한 계정의 이메일과 재인증한 계정의 이메일이 다르면 인증을 멈춘다.
기존: 재인증 뷰가 내려가고 "포스티 시작하기" 버튼을 눌러야 닉네임 확정 alert가 나타남
수정: 재인증이 성공하여 계정 생성에 필요한 AuthManager의 authDataResult 값이 nil이 아닌 것이 확인되면 onChange로 감지하여 닉네임 확정 alert를 띄워준다.  그 동안 LoadingView대신 버튼이 비활성화 되며 버튼 텍스트 대신 ProgressView가 나타난다. 텍스트 필드 입력도 비활성화 된다.
@Eunice0927 Eunice0927 added the ✨ Feat 새로운 기능을 구현했어요 label Feb 22, 2024
@trafico-bot trafico-bot bot added 👀 리뷰 요청 PR이 아직 리뷰되지 않고 있어요 🎄 현진 Pull Request Reviews assigned to GitHub User: hjsupernova 🍖 주원 Pull Request Reviews assigned to GitHub User: lm-loki labels Feb 22, 2024
@Eunice0927 Eunice0927 added the 🐛 Bug 버그를 발견했어요 label Feb 22, 2024
Copy link
Collaborator

@hjsupernova hjsupernova left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@trafico-bot trafico-bot bot added 👍 Merge 진행 PR 승인이 완료되어 merge할 수 있어요 and removed 👀 리뷰 요청 PR이 아직 리뷰되지 않고 있어요 🎄 현진 Pull Request Reviews assigned to GitHub User: hjsupernova labels Feb 22, 2024
@Eunice0927 Eunice0927 merged commit f4bf9dc into dev Feb 22, 2024
@Eunice0927 Eunice0927 deleted the Login/NicknameDebug branch February 22, 2024 14:31
@trafico-bot trafico-bot bot added 👏 Merge 완료 PR이 성공적으로 merge되었어요 and removed 👍 Merge 진행 PR 승인이 완료되어 merge할 수 있어요 labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍖 주원 Pull Request Reviews assigned to GitHub User: lm-loki 🐛 Bug 버그를 발견했어요 ✨ Feat 새로운 기능을 구현했어요 👏 Merge 완료 PR이 성공적으로 merge되었어요
Projects
None yet
2 participants