-
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
feat : 공지, 랭킹 목록 조회 페이징 적용 및 잡다한 것들 #186
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.
고생하셨습니당
|
||
return PageableExecutionUtils.getPage(query.fetch(), pageable, countQuery::fetchOne); | ||
} | ||
|
||
@Override |
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.
회원이 탈퇴할 때 AOP를 사용해서 랭킹을 새로 갱신해야할 때가 있었습니다! 그 때 그룹 멤버들에 대해 페이징 없이 모든 리스트를 가져와야 해서 얘도 필요합니담
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.
아아 넹! 답변감사합니두!
if (errors.hasErrors()) | ||
throw new RequestException("그룹 생성 요청이 올바르지 않습니다.", errors); | ||
GroupCodeResponse inviteCode = studyGroupService.createGroup(user, request, profileImage); | ||
GroupCodeResponse inviteCode = studyGroupService.createGroup(user, request, groupImage); |
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.
앗 이부분은 제가 했어야한건데.. 감사함돵 ㅜ.ㅜ
이거 컨플릭 생겨서 제가 머지는 안할게요! |
self merge 하겠습니다- |
📌 Related Issue
close #185
🚀 Description
profileImage
필드명도groupImage
로 변경해달란 요청이 있어서 했습니다.📢 Review Point
📚Etc (선택)