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

fix: SplashViewReactor 화면 전환 issue 수정 #702

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

Do-hyun-Kim
Copy link
Collaborator

🔵PR을 올리기 전 아래 사항을 확인해주세요.

  • 구현한 로직과 기능이 올바르게 작동되는지 충분히 테스트해주세요.
  • 코드의 성능이나 메모리 효율성이 적절하게 고려되었는지, 불필요한 코드가 없는지 검토해주세요.
  • 이번 PR에서 구현된 주요 기능이나 해결된 문제에 대해 자세히 서술해주세요.
    (위 내용은 지워주세요)

😽개요

  • SplashReactor 내부 App.Repository.token에 중복 이벤트 방출로 인해 회원가입 화면 전환 안되는 이슈 수정

🛠️작업 내용

  • AccountSignInReactor에서 회원가입 시 App.Repository.tokenaccept 진행하기 때문에 SplashReactor 내부에 있던 App.Repository.token에 이벤트가 방출 되어 SignIn 화면으로 이동되는 이슈가 발생하였습니다. 이를 방지하는 차원에서take(1)` 연산자를 추가 했습니다.

🟡차후 계획 (Optional)

  • App.Repository를 통한 회원가입, 로그인, 화면전환 로직을 리펙토링할 계획입니다.

✅테스트 케이스

  • 회원 탈퇴 이후 회원 가입 화면으로 이동하는지
  • 기존 유저일 경우 메인 화면으로 이동하는지
  • 로그아웃 이후 로그인 시 메인화면으로 이동하는지

🙏🏻아래와 같이 PR을 리뷰해주세요.

  • PR 내용이 부족하다면 보충 요청해주세요.
  • 코드 스타일이 팀의 규칙에 맞게 작성되었는지, 일관성을 유지하고 있는지 확인해주세요.
  • 코드에 대한 문서화나 주석이 필요한 부분에 적절하게 작성되어 있는지 확인해주세요.
  • 구현된 로직이 효율적이고 올바르게 작성되었는지, 아키텍처를 잘 준수하고 있는지 검토해주세요.
  • 네이밍, 포매팅, 주석 등 코드의 일관성이 유지되고 있는지 확인해주세요.

@Do-hyun-Kim Do-hyun-Kim merged commit 406dd0e into develop Nov 7, 2024
Do-hyun-Kim added a commit that referenced this pull request Nov 12, 2024
* origin/develop:
  fix: SplashViewReactor 화면 전환 issue 수정 (#702)
  fix: MyUserDefaults memberId, userName Type Annotation String으로 수정 (#700)
  fix: 로그인 버튼 클릭시 touch event cancel 현상 수정해요 (#695)
  fix: QA issue를 수정합니다(#696)
  feat: AlertService 구현 (#692)
  refactor: Calendar 관련 뷰 컨트롤러, 리액터 등 부가 코드 리팩토링 (#682)
@akrudal akrudal deleted the fix/#701-splash-view-transition-modify branch December 17, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant