[FEAT] #221 FCM 서비스 호출 기반 알림 구현 - #223
Conversation
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ 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 |
- FcmNotificationService 생성 (새 참여자/입금확인/상태변경/배송완료 알림) - OrderCreateService, PaymentService, OrderService, ParticipationService에 알림 호출 추가 - @Profile("!test") + @Autowired(required = false)로 테스트 환경 격리
fba4273 to
13bc2db
Compare
📌 관련 이슈
✨ 변경 사항
FcmNotificationService신규 생성 — 새 참여자 알림, 입금 확인 요청 알림, 분철글 상태 변경 알림, 배송 완료(후기 유도) 알림 4종OrderCreateService— 주문 생성 후 모집자에게 새 참여자 알림, 모집 완료(CLOSED) 시 참여자 전원에게 상태 변경 알림PaymentService— 입금 폼 제출 후 모집자에게 입금 확인 요청 알림, 입금 확인(PAID) 처리 후 전원 PAYMENT_DONE 알림OrderService— 배송 시작 등록 후 전원 SHIPPING 알림ParticipationService— 배송 완료 확인 후 해당 참여자에게 후기 유도 알림, 전체 배송 완료(DELIVERED) 시 전원 알림📸 테스트 증명 (필수)
📚 리뷰어 참고 사항
@Profile("!test")로 테스트 환경에서FcmNotificationService빈을 생성하지 않음@Autowired(required = false)로 optional 주입 → null 체크로 FCM 발송 실패가 트랜잭션을 롤백하지 않음✅ 체크리스트