refactor: 웹 동아리 분과 이모지 컬럼명 변경#654
Conversation
|
Warning Review limit reached
More reviews will be available in 55 minutes and 59 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 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 |
🧪 JaCoCo Coverage Report (Changed Files)Summary
Coverage by File
|
🔍 개요
web_club.image_url컬럼이 실제 이미지 URL이 아니라 분과별 이모지 값을 담게 되어, DB 컬럼명과 웹사이트 API 응답 필드명을 의미에 맞게 변경했습니다.🚀 주요 변경 내용
WebClub엔티티의imageUrl필드를categoryEmoji로 변경하고, DB 컬럼을category_emoji로 매핑했습니다.V85__rename_web_club_image_url_to_category_emoji.sql마이그레이션을 추가해 기존web_club.image_url컬럼을category_emoji로 rename합니다.imageUrl에서categoryEmoji로 변경했습니다.currentCategoryEmoji로 전달하도록 정리했습니다.categoryEmoji기준으로 수정했습니다.💬 참고 사항
web_university.image_url및 일반 동아리 이미지 URL 필드는 실제 URL 의미를 유지하므로 변경하지 않았습니다.emoji보다category_emoji가 분과 기준 이모지라는 의미를 더 명확하게 드러내므로 해당 이름을 선택했습니다.✅ Checklist (완료 조건)