Skip to content

Chore/#134 잡무 처리 - #135

Merged
i-meant-to-be merged 8 commits into
developfrom
chore/#134
Aug 8, 2026
Merged

Chore/#134 잡무 처리#135
i-meant-to-be merged 8 commits into
developfrom
chore/#134

Conversation

@i-meant-to-be

@i-meant-to-be i-meant-to-be commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

🚩 연관 이슈

closed #134

📝 작업 내용

  • 앱 아이콘 추가
  • 문서에 디자인 시스템 Composable 목록 추가
  • :feature:*:api 모듈용 컨벤션 스크립트 추가
  • 모든 :feature:*:api 내 라우팅 테이블 {FEATURE_NAME}Route.kt 내 라우트가 Navigation3 NavKey를 상속하도록 수정
  • 커밋 시 실행되던 린팅 검사 삭제

🏞️ 스크린샷 (선택)

없음

🗣️ 리뷰 요구사항 (선택)

없음

@i-meant-to-be i-meant-to-be self-assigned this Aug 8, 2026
@i-meant-to-be i-meant-to-be added the chore 파일 경로 변경, 의존성 등 비 개발 작업 label Aug 8, 2026
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@i-meant-to-be, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 4 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e5dfc4a2-4788-497a-865c-9abdd095a98a

📥 Commits

Reviewing files that changed from the base of the PR and between 5b13d8d and ebe3b20.

⛔ Files ignored due to path filters (2)
  • app/src/main/res/ic_launcher-web.png is excluded by !**/*.png
  • app/src/main/res/playstore-icon.png is excluded by !**/*.png
📒 Files selected for processing (46)
  • app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  • app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  • app/src/main/res/mipmap-hdpi/ic_launcher.webp
  • app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
  • app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
  • app/src/main/res/mipmap-ldpi/ic_launcher.webp
  • app/src/main/res/mipmap-ldpi/ic_launcher_round.webp
  • app/src/main/res/mipmap-mdpi/ic_launcher.webp
  • app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
  • app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
  • app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  • app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
  • app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
  • app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  • app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
  • app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
  • app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  • app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
  • app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
  • app/src/main/res/values/ic_launcher_background.xml
  • build-logic/build.gradle.kts
  • build-logic/src/main/kotlin/com/dminus14/app/convention/capability/KotlinNavigationRouteConventionPlugin.kt
  • build-logic/src/main/kotlin/com/dminus14/app/convention/composite/JvmFeatureApiConventionPlugin.kt
  • build.gradle.kts
  • data/src/test/kotlin/com/dminus14/app/data/repository/InterviewRepositoryImplTest.kt
  • docs/architecture/build-conventions.md
  • docs/architecture/design-system.md
  • docs/architecture/navigation.md
  • docs/architecture/project-structure.md
  • feature/feedback/api/build.gradle.kts
  • feature/feedback/api/src/main/kotlin/com/dminus14/app/feature/feedback/api/FeedbackRoute.kt
  • feature/home/api/build.gradle.kts
  • feature/home/api/src/main/kotlin/com/dminus14/app/feature/home/api/Home.kt
  • feature/home/api/src/main/kotlin/com/dminus14/app/feature/home/api/HomeRoute.kt
  • feature/interview/api/build.gradle.kts
  • feature/login/api/build.gradle.kts
  • feature/login/api/src/main/kotlin/com/dminus14/app/feature/login/api/LoginRoute.kt
  • feature/main/api/build.gradle.kts
  • feature/main/api/src/main/kotlin/com/dminus14/app/feature/main/api/MainRoute.kt
  • feature/mypage/api/build.gradle.kts
  • feature/mypage/api/src/main/kotlin/com/dminus14/app/feature/mypage/MyPageRoute.kt
  • feature/onboarding/api/build.gradle.kts
  • feature/onboarding/api/src/main/kotlin/com/dminus14/app/feature/onboarding/api/OnBoardingInterview.kt
  • feature/onboarding/api/src/main/kotlin/com/dminus14/app/feature/onboarding/api/OnboardingRoute.kt
  • gradle/libs.versions.toml
  • script/pre-commit

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

github-actions Bot added a commit that referenced this pull request Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Catalog Preview

상태: 🗑️ Preview 제거됨

대상: PR #135

실행: GitHub Actions

@i-meant-to-be
i-meant-to-be merged commit c959237 into develop Aug 8, 2026
3 checks passed
@i-meant-to-be
i-meant-to-be deleted the chore/#134 branch August 8, 2026 14:21
github-actions Bot added a commit that referenced this pull request Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 파일 경로 변경, 의존성 등 비 개발 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] 잡무 처리

1 participant