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

[OING-376] feat: 알림 관련 API 목을 추가해요 #276

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

CChuYong
Copy link
Member

@CChuYong CChuYong commented Nov 30, 2024

❓ 기능 추가 배경


음성 댓글에 이어, 알림 관련 API 목을 추가했어요.

➕ 추가/변경된 기능


  • 현재 볼 수 있는 알림 조회 API 추가

🥺 리뷰어에게 하고싶은 말


화이팅!

🔗 참조 or 관련된 이슈


https://no5ing.atlassian.net/browse/OING-376

@CChuYong CChuYong added the ✨ FEATURE 기능 추가 label Nov 30, 2024
@CChuYong CChuYong self-assigned this Nov 30, 2024
Copy link

sonarcloud bot commented Nov 30, 2024

Copy link

Test Results

114 tests   106 ✅  9s ⏱️
 36 suites    0 💤
 36 files      8 ❌

For more details on these failures, see this check.

Results for commit d45697b.

Copy link
Collaborator

@Kwon770 Kwon770 left a comment

Choose a reason for hiding this comment

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

코멘트 확인 부탁드려요..!

String notificationId,

@Schema(description = "발송자 이미지 url", example = "https://..")
String senderImageUrl,
Copy link
Collaborator

Choose a reason for hiding this comment

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

발송자가 생일인 경우, 프론트 단에서 프로필 스타일을 변경해야 해서 senderMemberId 값도 추가하거나 senderProfileEvent 같은 걸로 알려줘야 합니다.

기존 다른 화면에서는 프론트 선에서 사용자 정보 조회해서 구현하는 방식으로 갔으니 일관성 있게 가는 것도 좋은 것 같습니다. 다만, 사용자 알림마다 사용자 정보를 호출해야하는 파급효과가 있을 것 같네요. 어떻게 생각하시나요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ FEATURE 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants