-
Notifications
You must be signed in to change notification settings - Fork 2
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-193] feat: 회원 리얼이모지 familyId 컬럼 추가 및 로직 수정 #152
Conversation
@@ -44,10 +44,6 @@ public class Member extends DeletableBaseAuditEntity { | |||
private LocalDateTime familyJoinAt; | |||
|
|||
|
|||
public void setProfileImgKey(String profileImgKey) { |
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.
사용하지 않는 메서드라 삭제했습니다.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Test Results39 files 39 suites 8s ⏱️ Results for commit fc8b207. |
Code Coverage
|
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.
수고하셨습니다
* feature: add familyId column to MemberRealEmoji * feature: add familyId parameter to MemberRealEmoji logic * refactor: refact MemberRealEmojiApi logic * test: fix test error due to added familyId * style: delete unused method * test: fix MemberPostRealEmoji test due to added familyId parameter * test: add getMemberRealEmojis when member quit group
* feature: add familyId column to MemberRealEmoji * feature: add familyId parameter to MemberRealEmoji logic * refactor: refact MemberRealEmojiApi logic * test: fix test error due to added familyId * style: delete unused method * test: fix MemberPostRealEmoji test due to added familyId parameter * test: add getMemberRealEmojis when member quit group
❓ 기능 추가 배경
회원이 그룹 탈퇴를 했을 때를 대비하여, 회원 리얼이모지 테이블에 familyId를 추가하고 로직을 수정했습니다.
➕ 추가/변경된 기능
🥺 리뷰어에게 하고싶은 말
로컬에서 API 호출하면서 회원의 가족이 바뀌어도 적절히 대응함을 확인했는데 리얼이모지 안에서 추가적으로 familyId를 고려해야 하는 기능이 있다면 알려주세요
🔗 참조 or 관련된 이슈
https://no5ing.atlassian.net/browse/OING-193