[IDLE-515] 요양보호사 주변 공고 등록시 알림을 전송한다. #102
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
변경된 점
요양보호사는 알림을 통해 원하는 화면의 공고로 이동할 수 있다.
기존에 다소 복잡했던 딥링크 동작을 깔끔하게 정리했습니다.
먼저 딥링크를 처리할 수 있는 루트와 스타팅 포인트를 탐색합니다. 스타팅포인트는 옵셔널 입니다.
스타팅 포인트를 따로둔 이유는 알림 인앱처리시 루트가 코디네이터에 대한 처리가 필요없기 때문입니다.
예를들어 공고의 지원자로 이동이 필요한 경우, 앱 밖에서 알림 수신후 해당 알림 클릭시
메인화면 > 지원자화면
해당 플로우로 진행됩니다.인앱에서 알림 설택 및 알림창에서 수신했던 알림 클릭시엔 이미 메모리에 있는
메인화면
을 재사용하지 않고 곧바로 목적지로 이동합니다.헤당 포인트가
FirstStartPointAboveApp
입니다.시현영상