-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IDLE-000] 센터 공고 등록 알림 제목 변경 및 프로필 url null로 수정 #245
Conversation
Walkthrough
Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🔇 Additional comments (2)idle-application/src/main/kotlin/com/swm/idle/application/jobposting/facade/CenterJobPostingFacadeService.kt (2)
알림 목록에서 제목이 잘리는 문제를 해결하기 위해 간단명료하게 수정되었습니다.
알림의 시각적 일관성을 위해 프로필 이미지 URL을 null로 설정한 것이 적절합니다. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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
Documentation and Community
|
Quality Gate passedIssues Measures |
1. 📄 Summary
아래와 같이 알림 목록에서 제목이 짤리는 문제가 있어, 센터 공고 등록 시, 요양 보호사에게 전송되는 알림 제목을 짧게 수정하였습니다.
알림 목록에서 프로필 이미지 대신 기본 이미지 사용을 위해 image url을 null로 지정하여 전송하도록 수정하였습니다.
Summary by CodeRabbit
새로운 기능
imageUrl
필드가null
로 설정되었습니다.버그 수정