Skip to content

Conversation

@m-a-king
Copy link
Collaborator

@m-a-king m-a-king commented Dec 8, 2024

resolved :

📌 과제 설명

댓글 및 대댓글 작성 시 알림 기능을 추가했습니다.

👩‍💻 요구 사항과 구현 내용

  1. 댓글 작성 시
  • 커뮤니티 글 작성자에게 알림이 전송됩니다.
  1. 대댓글 작성 시
  • 부모 댓글 작성자에게 알림이 전송됩니다.
  1. 전체 흐름
  • 댓글/대댓글 작성 시, Redis로 이벤트를 발행.
  • 이벤트를 구독하여 알림을 생성 및 저장.
  • 알림은 SSE를 통해 클라이언트로 실시간 전송.

✅ PR 포인트 & 궁금한 점

프론트 요청으로 알림 아이디를 추가했습니다. (읽음 처리할 때 필요)

@m-a-king m-a-king self-assigned this Dec 8, 2024
@m-a-king m-a-king linked an issue Dec 8, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

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

우왕 수고하셨습니다

Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

- 댓글, 대댓글 알림 이벤트 서브 타입
- volunteerId와 communityBoardId를 주요 속성으로 포함
- volunteerId
  - 대댓글이라면 부모 댓글 작성자
  - 댓글이라면 커뮤니티 글 작성자
- volunteerId
  - 대댓글이라면 부모 댓글 작성자
  - 댓글이라면 커뮤니티 글 작성자
- 서버 이벤트 타입과 그 서브 타입은 관련이 있어야 함.
- 읽음 처리할 때 필요.
@m-a-king m-a-king force-pushed the feature/204-add-comment-notification branch from 8621cf8 to 6e32688 Compare December 9, 2024 01:07
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 9, 2024

@m-a-king m-a-king merged commit b491e37 into main Dec 9, 2024
3 checks passed
@m-a-king m-a-king deleted the feature/204-add-comment-notification branch December 9, 2024 01:11
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.

[FEATURE] 댓글 알림, 대댓글 알림

5 participants