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/124] 알림 등록 메소드 구현 및 친구 요청 전송 시 알림 등록 #125

Merged
merged 7 commits into from
Aug 8, 2024

Conversation

Eunjin3395
Copy link
Member

@Eunjin3395 Eunjin3395 commented Aug 8, 2024

🚀 개요

알림 등록 메소드 구현 및 친구 요청 전송 시 알림 등록

🔍 변경사항

  • Notification 엔티티에 sourceId 추가
  • NotificationTypeTitle enum 추가
  • NotificationType 엔티티에 sourceUrl, title 칼럼 추가
  • 알림 등록 서비스 메소드 추가
  • 친구 요청 전송 시, 나와 대상 회원에게 각 type에 맞는 알림 등록

⏳ 작업 내용

  • Notification, NotificationType 엔티티 수정
  • NotificationTypeTitle enum 추가
  • �알림 등록 서비스 메소드 구현
  • 친구 요청 전송 로직 수정

📝 논의사항

노션 API 명세서 아래 서비스 메소드 명세에 알림 등록 서비스 메소드 명세 추가했습니다.

Copy link
Contributor

@rimi3226 rimi3226 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@Eunjin3395 Eunjin3395 merged commit 6b1d6e3 into develop Aug 8, 2024
@Eunjin3395 Eunjin3395 deleted the feat/124 branch August 8, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 알림 등록 메소드 구현 및 친구요청 전송 시 알림 등록
2 participants