Conversation
- state.routes.push를 Effect 밖으로 이동 - escaping closure에서 inout 매개변수 캡처 문제 해결 - 컴파일 에러 완전 수정
- Task.yield()로 다음 프레임 지연 처리 - InnerAction.pushOnBoarding 추가하여 route 업데이트 분리 - TCACoordinators 프레임당 다중 업데이트 문제 완전 해결 - escaping closure inout parameter 문제도 해결
- Missing return handleAsyncAction 수정 - Enhanced NavigationRequestObserver 지연 처리 (50ms) - Escaping closure inout parameter 완전 해결 - TCA 모범 사례 패턴 적용 - 프레임 안전 네비게이션 보장
Roy-wonji
added a commit
that referenced
this pull request
Apr 2, 2026
feat: Home 모듈 및 Profile 기능 완전 구현 #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
• Home 모듈 TCA Coordinator 구조 완성 및 Profile 연동
• Profile 모듈 TCA 아키텍처 완전 구현 (프로필 수정, 회원탈퇴)
• 설정 지도 타입 선택 및 출발 시간 알림 설정 기능
• Auth/Profile API service 및 Repository 계층 구현
• DesignSystem 내비게이션 컴포넌트 및 UI 에셋 추가
Test plan