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.
변경된 점
AuthFlow를 리팩토링
Auth관련 Coordinator로 부터 네비게이션 역할을 분리했습니다.
재사용가능한 UI의 위치를 변경했습니다.
네비게이션 역할을 담당하는 Router가 재사용가능한 UI의 표출을 담당하도록 구현했습니다.
이는 ViewModel / Coordinator로 부터 네비게이션 역할을 분리하기위한 조치로,
재사용 가능한 UI에 대해 모든 뷰가 네비게이션 관련 작업은 라우터를 통해서 진행하도록 할 것 입니다.
이를 통해 얻는 이점은 다음과 같습니다.