Conversation
- Description -> ClubInfoItem - InfoList -> ClubInfoSection
|
""" Walkthrough이번 변경에서는 프론트엔드에서 여러 컴포넌트가 공통 타입 정의 파일에서 props 인터페이스를 가져와 사용하던 방식을 제거하고, 각 컴포넌트 파일 내부에 해당 인터페이스를 직접 선언하도록 리팩토링했습니다. 이에 따라 Changes
Assessment against linked issues
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for moadong ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
oesnuj
left a comment
There was a problem hiding this comment.
저도 타입을 굳이 분리해야 하나 고민했는데, 재사용이 없으니 좋은 방향 같습니다.
리팩토링 고생하셨습니다!

#️⃣연관된 이슈
📝작업 내용
분리된 타입 파일 다시 통합
ImageProps들은 각각 하나의 파일에서만 사용되므로 분리할 필요까지 없어보여 파일내로 이동시켰습니다. a629e24info.ts파일 또한InfoBox.tsx에서만 사용되기 때문에 분리되어있던 타입을 옮겼습니다.필드 순서 변경
중점적으로 리뷰받고 싶은 부분(선택)
논의하고 싶은 부분(선택)
🫡 참고사항
Summary by CodeRabbit
Summary by CodeRabbit
Refactor
Style