Skip to content

[#662] 공용 UI 요소를 Shared 모듈로 분리한다#674

Merged
opficdev merged 3 commits into
developfrom
chore/#662-shared-presentation-module
Jul 2, 2026
Merged

[#662] 공용 UI 요소를 Shared 모듈로 분리한다#674
opficdev merged 3 commits into
developfrom
chore/#662-shared-presentation-module

Conversation

@opficdev

@opficdev opficdev commented Jul 2, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • 탭 모듈 분리 전에 Presentation 범위에서 함께 사용하는 UI/라우팅 보조 타입의 소유권을 먼저 분리

📝 작업 내용

📌 요약

  • PresentationShared 하위 모듈 추가
  • LoadingView, NavigationRouterPresentationShared로 이동
  • 현재 Tuist 의존성 그래프 갱신

🔍 상세

  • PresentationSharedApplication/Presentation/Shared 하위 framework target으로 구성
  • PresentationPresentationShared를 참조하도록 의존성 연결
  • LoadingFeature, MainTab은 이번 범위에서 제외해 TCA 의존성과 shell routing 경계 변경을 보류
  • 이동된 타입 사용처에 PresentationShared import 추가

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jul 2, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

이번 PR에서는 공통 프레젠테이션 컴포넌트인 LoadingViewNavigationRouter를 별도의 프레임워크인 PresentationShared로 분리하여 모듈화를 진행했습니다. 이를 위해 PresentationShared 프로젝트를 신설하고 Workspace에 등록하였으며, 기존 Presentation 모듈 내의 여러 뷰 파일에서 PresentationShared를 임포트하도록 수정했습니다. 또한 외부 모듈에서 접근할 수 있도록 공유 컴포넌트들의 접근 제어자를 public으로 변경했습니다. 변경 사항에 대해 추가적인 피드백은 없습니다.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@opficdev opficdev force-pushed the chore/#662-shared-presentation-module branch from 10ff0ad to a6f32b6 Compare July 2, 2026 07:25
@opficdev opficdev merged commit 4f75999 into develop Jul 2, 2026
6 checks passed
@opficdev opficdev deleted the chore/#662-shared-presentation-module branch July 2, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

공용 UI 요소를 PresentationShared 모듈로 분리한다

1 participant