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] #226 - 공통 알림모달 로직 수정 #227

Merged
merged 5 commits into from
Jan 28, 2024
Merged

Conversation

jeongdung-eo
Copy link
Member

🫧 작업한 내용

  • 공통 알림 모달 로직 수정했습니다.

    • 공통 모달에서 [다시 보지 않기]를 누르지않고 공통 모달을 닫을 시,
      다음 공통 모달이 재등장 하는 시점을 앱을 껐다가 추후 다시 들어왔을 때로 수정
  • 앰플리튜드 이벤트 추가했습니다.

🔫 PR Point

📸 스크린샷

공통 모달 로직 수정 더 이상 보지 않기 버튼 눌렀을 때
default.mov
공통 모달 로직 수정 닫기 버튼 눌렀을 때
Simulator.Screen.Recording.-.iPhone.15.-.2024-01-24.at.19.16.50.mov
앰플리튜드 이벤트 스크린샷
스크린샷 2024-01-24 오후 7 22 14 스크린샷 2024-01-24 오후 7 22 26 스크린샷 2024-01-24 오후 7 22 42

📮 관련 이슈

Copy link
Member

@hyesuuou hyesuuou left a comment

Choose a reason for hiding this comment

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

고생하셨습니당~

private var isSelected: Bool {
return KeychainUtil.isSelected()
}
private var isSelected: Bool = false
Copy link
Member

Choose a reason for hiding this comment

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

어떤게 선택된건지 변수명이 좀더 명확하면 좋을 것 같아요!

Copy link
Member Author

Choose a reason for hiding this comment

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

@jeongdung-eo jeongdung-eo merged commit abe8491 into develop Jan 28, 2024
1 check passed
@jeongdung-eo jeongdung-eo deleted the feat/#226 branch January 28, 2024 13:31
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.

[Fix] 공통 알림모달 로직 수정
2 participants