-
Notifications
You must be signed in to change notification settings - Fork 5
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: Home에서 발생한 이슈들을 수정해요. #679
Conversation
|
||
// MARK: - To | ||
|
||
func pop() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pop을 하게 되면 어느 화면으로 가는지 backToHome() 요렇게 적어주실 수 있을까요? 그러면 좀 더 정확하게 플로우를 파악할 수 있어 보여여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헉,, 명확한게 좋긴 하지만,,,,
만약 두 개의 다른 뷰컨트롤러에서 inputfamilylinknavigator를 사용한다면, back하는 화면이 다를 수도 있지 않을까요?!
@@ -51,7 +52,14 @@ final class MainNavigator: MainNavigatorProtocol { | |||
} | |||
|
|||
func missionUnlockedAlert() { | |||
BBAlert.style(.mission).show() | |||
let handler: BBAlertActionHandler = { [weak self] alert in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bbAlerService를 사용하면 조금 더 Rx스럽게 작성하실 수 있어요~ navigator 안에서 호출할 필요도 없어지구요. 나중에 확인해주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아! 찾았습니당 :)
navigator 안에서 호출하지 않아도 되어서 좋네요! 감사합니다
return isFirstWidgetAlertUseCase.execute() | ||
.filter { $0 } | ||
.withUnretained(self) | ||
.flatMap { _ -> Observable<Mutation> in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 지난 번에 flatMap(with:) 연산자 새로 만들었어요. 나중에 다른 기능 구현하실 때 참고하세염
QA 내용이 |
넵 다음 issue 사항으로 적용할 부분 맞습니다! |
😽개요
🛠️작업 내용
위젯 유도창 띄우기
를 추가하였습니다!
이제 위젯 알럿창을 한번도 보지 않은 회원에게는 위젯 유도창 알림이 뜨게 됩니다.
new 표시 띄우기
를 추가하였습니다!
이제 정상적으로 홈화면 네비게이션에 new표시가 뜹니다.
홈 화면 버튼 작동하지 않는 문제
InputFamilyLinkNavigation 추가하여서 문제 해결하였습니다!
이외에도
🟡차후 계획 (Optional)
✅테스트 케이스