refactor(web): 타입 별칭과 강제 줄바꿈 정리 - #275
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: YAPP-Github/28th-Web-Team-3-FE/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughChanges화면 텍스트 및 타입 정리
목표 재조회 버튼 포커스
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~15 minutes Change: Refactor Merge Risk: ⚪ Minimal · up to The text, type, and focus changes have no established blocking issue in the supplied evidence and are mergeable after normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 37.50% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 16 functions across 18 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches 💡 2📝 Generate docstrings 💡
🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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. Comment |
📝 작업 내용 요약
HomeMissionCategory를 제거하고 원본MissionCategory를 직접 사용했습니다.<br />16곳을 제거하고 화면 폭에 맞춰 문구가 줄바꿈되도록 바꿨습니다.docs/code-conventions.md에 불필요한 타입 별칭과 강제 줄바꿈을 피하는 규칙을 추가했습니다.mutate의onError와mutateAsync의try/catch를 모두 허용하도록 바로잡았습니다.✅ 체크리스트
develop브랜치의 최신 코드를pull받았나요? (origin/develop기준 새 브랜치)pnpm knip, GitHub Actions 통과)🤖 AI 리뷰
Claude 리뷰 (Codex 구현)
Not logged in · Please run /login으로 실행하지 못했습니다.💬 기타 코멘트
z.infer, 유니온, 공개 API처럼 이름이 필요한 타입은 유지합니다.변경 사항
HomeMissionCategory별칭을 제거하고MissionCategory를 직접 사용합니다.<br />줄바꿈을 제거합니다.text-balance,break-keep및 너비 제약으로 화면 폭에 따라 문구를 배치합니다.docs/code-conventions.md에 불필요한 타입 별칭과 시각적 강제 줄바꿈을 피하는 규칙을 추가합니다. mutation 오류 처리 규칙도 보완합니다.