Skip to content
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

✨ [Feat] Sse를 사용하여 영화 정보가 업데이트 되었을 때 알림 보내기 #61

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

chanmin-00
Copy link
Owner

#️⃣연관된 이슈

Close #60

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • NotificationService의 subscribe 메소드를 통해 알림 구독 기능 구현
  • NotificationService의 send 메소드를 통해 푸시 알림 전송 기능 구현
  • 영화 정보가 업데이트 될 때마다 send 메소드를 통해 알림 보내도록 구현

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@chanmin-00 chanmin-00 added the Feat 새로운 기능 추가 label Aug 16, 2024
@chanmin-00 chanmin-00 merged commit 9d5ad08 into develop Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] SSE로 추천 영화에 대한 정보를 푸시 알림하는 기능 구현
1 participant