Skip to content

feat: ShopNotificationService 클래스 추가#2255

Open
Soundbar91 wants to merge 3 commits into
developfrom
feat/2254-add-shop-notification-service
Open

feat: ShopNotificationService 클래스 추가#2255
Soundbar91 wants to merge 3 commits into
developfrom
feat/2254-add-shop-notification-service

Conversation

@Soundbar91
Copy link
Copy Markdown
Collaborator

🔍 개요


🚀 주요 변경 내용

ShopNotificationService 클래스 추가

  • Shop 관련 도메인의 알림을 담당하는 클래스를 추가했습니다.
  • 관련 EventListener 클래스에 있는 Shop 관련 비즈니스 로직을 옮겼습니다.

💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@Soundbar91 Soundbar91 self-assigned this May 20, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Warning

Rate limit exceeded

@Soundbar91 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 50 minutes and 15 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 51b65e9e-0663-44ab-9527-b8743ea36da4

📥 Commits

Reviewing files that changed from the base of the PR and between 915ffe1 and 1f8d365.

📒 Files selected for processing (2)
  • src/main/java/in/koreatech/koin/domain/notification/eventlistener/ShopEventListener.java
  • src/main/java/in/koreatech/koin/domain/notification/service/ShopNotificationService.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/2254-add-shop-notification-service

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the 공통 백엔드 공통으로 작업할 이슈입니다. label May 20, 2026
@github-actions github-actions Bot requested review from dh2906 and kih1015 May 20, 2026 11:16
@github-actions
Copy link
Copy Markdown

Unit Test Results

672 tests  ±0   669 ✔️ ±0   1m 18s ⏱️ -1s
166 suites ±0       3 💤 ±0 
166 files   ±0       0 ±0 

Results for commit 1f8d365. ± Comparison against base commit 915ffe1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

공통 백엔드 공통으로 작업할 이슈입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[공통] ShopNotificationService 클래스 추가

1 participant