-
Notifications
You must be signed in to change notification settings - Fork 0
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] 댓글, 답글, 리액션, 팔로우 알림 생성 #284
Conversation
다시짜 🤖 |
다시짜 🤖 |
테스트통과 🤖 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 😎
Notification notification = Notification.of(insight.getWriter(), NotificationContents.반응, String.valueOf(reaction.getId())); | ||
notificationCommandDomainService.save(notification); | ||
} catch (Throwable t) { | ||
log.warn("[RDS::afterReaction] 팔로우 후 작업 실패 - reactorId({}), insightId({})", reaction.getReactor().getId(), insight.getId(), t); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afterReaction
에 팔로우 후 작업 실패로 들어가있어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오! 감사용 👍
Notification notification = Notification.of(comment.getInsight().getWriter(), contents, String.valueOf(comment.getId())); | ||
notificationCommandDomainService.save(notification); | ||
} catch (Throwable t) { | ||
log.warn("[CommentApiService::afterLeaveComment] 댓글 작성 완료 후 작업 실패 - commentId({}), insightId({})", comment.getId(), comment.getInsight().getId(), t); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기만 클래스 명이 풀네임으로 들어간 이유가 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 너무 많은 단어가 있어서 줄이면 구리더라구요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하 ㅋㅋ 알겠습니다 🙆🏻♂️
테스트통과 🤖 |
관련 Issue
작업 내용
Figma