Merged
Conversation
SwiftData, UserDefaults 디펜던시 구현
이 부분 추후 수정될 것 같아서 일단 Share 모듈에 넣어놨습니다.
이 부분 추후 수정될 것 같아서 일단 Share 모듈에 넣어놨습니다.
이 부분 추후 수정될 것 같아서 일단 Share 모듈에 넣어놨습니다.
이 부분 추후 수정될 것 같아서 일단 Share 모듈에 넣어놨습니다.
…o refactor/#33-modulMigration
Contributor
|
Important Review skippedToo many files! This PR contains 251 files, which is 101 over the limit of 150. You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
SeungEEE
approved these changes
Feb 6, 2026
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.
✨ What’s this PR?
📌 관련 이슈 (Related Issue)
🧶 주요 변경 내용 (Summary)
의존성 구조
graph TD Core Shared Feature Shared --> Core Feature --> Shared Feature --> Coregraph TD DesignSystem Feature Feature --> DesignSystem각 피쳐는 shared와 core, designSystem에 의존합니다
📸 스크린샷 (Optional)
🧪 테스트 / 검증 내역
💬 기타 공유 사항
Shared 모듈

Shared 모듈은 앱 공용으로 사용하는 Extension, 상수, Dependency 등을 관리합니다. Sheet랑 TopAppBar는 후에 삭제 될 예정이지만 일단 공용으로 사용하고 있기 때문에 Shared 모듈에 넣어놨습니다.
각 Feature별 모듈

훌륭합니다.. 예제 앱, 개별 빌드, 개별 단위 테스팅 가능합니다. + 빌드속도 많이 개선 됨.
규모가 커서 점진적으로 리팩토링 합시다. 일단 릴리즈가 먼저니까 앱스토어 업데이트 하고 후에 네비게이션 수정, 디펜던시나 자잘한 부분 수정합시다.
앞으로 수정해야할 사항 (Todo)
🙇🏻♀️ 리뷰 가이드 (선택)