Merged
Conversation
- **패키지 및 파일 이동**: - `AfternoteServiceCatalog`, `DailyNotificationWorker`, `ObjectScheduler` 등을 `core` 패키지로 이동하여 접근성 개선 - `AfternoteServiceType`을 `domain.model` 패키지로 이동하여 도메인 모델 응집도 향상 - DI EntryPoint 파일들을 `app.di`에서 `di` 패키지로 이동 - Navigator 구현체 및 NavGraph 파일을 `core.navigation` 관련 패키지로 이동 - **코드 스타일 및 포맷팅**: - 프로젝트 전반에 걸쳐 불필요한 공백 제거 및 Trailing Comma 추가 - Compose 컴포저블 함수들의 매개변수 정렬 및 가독성 개선 - `MainActivity` 등 주요 클래스의 import 문 최적화 및 코드 구조 정리 - **기타 변경 사항**: - `AfternoteServiceCatalog` 내 일부 서비스 리스트 데이터 수정 (공백 제거 등) - 테스트 코드 내 변경된 패키지 경로 반영 (`AfternoteServiceType` 등)
feat: UI 컴포넌트 및 네비게이션 구조 재구성 및 패키지 정리 - `core.ui` 패키지 하위의 컴포넌트들을 `core.component`로 이동 및 세분화 (button, list, navigation, expand 등) - `core.navigation` 및 `core.uimodel`의 일부 요소를 `presentation` 패키지로 이동하여 계층 구조 개선 - `AfternoteServiceCatalog`, `KoreanConsonantUtil` 등 유틸리티 클래스 위치 조정 및 패키지 경로 업데이트 - 패키지 이동에 따른 프로젝트 전반의 import 문 수정 및 코드 포맷팅 적용
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.
#️⃣연관된 이슈
📝작업 내용
코어 관련 파일들 패키지 구조 정리
스크린샷 (선택)
💬리뷰 요구사항(선택)