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

Qa/34 로그아웃 후 다른 계정으로 로그인 시, 이전 계정의 데이터가 노출되는 현상 #138

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

yangsooplus
Copy link
Member

🌱 Key changes

  • 로그아웃하여 모든 백스택이 제거되어도 compose-navigation의 saveState, restoreState 옵션으로 이전 계정의 ViewModel이 복구되는 문제
    • 로그아웃 시, 기존 액티비티를 새로운 액티비티로 교체하여 기존 계정의 데이터를 싹 날리는 것으로 해결
  • 회원가입 투표 노출 기준 변경
    • 기존) 카카오 로그인 history -> 변경) DataStore로 저장된 별개의 flag가 존재하지 않을 시
    • 노출되는 경우
      • 앱을 처음 깔고 실행했을 때
      • 탈퇴했을 때
    • 기존 구현에선 로그아웃된 상태로 앱 재실행해도 투표가 노출되어서 어차피 노출 기준을 바꿔야만 했네요

✅ To Reviewers

  • 아이디어, 구현에 도움 주신 진욱님께 무한한 감사를

@yangsooplus yangsooplus requested a review from jinukeu February 10, 2024 11:17
@yangsooplus yangsooplus self-assigned this Feb 10, 2024
Copy link
Member

@jinukeu jinukeu left a comment

Choose a reason for hiding this comment

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

LGTM 👍 👍

@yangsooplus yangsooplus merged commit b290b19 into develop Feb 10, 2024
1 check passed
@yangsooplus yangsooplus deleted the QA/34-logout branch February 10, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants