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] 유형 검사 완료 시 user 정보 다시 불러오는 시점에서 모달이 강제 종료되는 문제 해결 #91

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

nim-od
Copy link
Member

@nim-od nim-od commented Aug 20, 2024

🔘Part

  • 이벤트 페이지


🔎 작업 내용

사이트 접속 시

  • 로그인 하지 않은 유저인 경우 unassigned 카드가 노출되어야 함

로그아웃 시

  • 곧바로 unassigned 카드가 노출되어야 함

�로그인 직후

  • 유형 검사 완료한 유저인 경우, 자신의 유형에 해당하는 카드가 보여야 함
  • 유형 검사 아직 하지 않은 유저인 경우, unassigned 카드가 보여야 함

유형 검사 아직 하지 않은 유저�

  • 유형 검사 테스트를 완료하면, 같은 모달 내에서 유형 검사 결과가 노출되어야 함
  • 유형 검사 모달을 닫으면, reload 없이 곧바로 자신의 유형 카드가 보여야 함

@nim-od nim-od requested a review from racgoo August 20, 2024 05:18
@nim-od nim-od self-assigned this Aug 20, 2024
Copy link
Collaborator

@racgoo racgoo left a comment

Choose a reason for hiding this comment

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

👍

packages/user/src/hooks/useInitialize.ts Show resolved Hide resolved
@nim-od nim-od merged commit 0c46ae2 into main Aug 20, 2024
@nim-od nim-od deleted the fix-category-test-modal-flow branch August 20, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants