-
Notifications
You must be signed in to change notification settings - Fork 3
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: 마이스페이스 내가 받은 픽 API #87
Conversation
18ff5a4
to
9b81c2d
Compare
.orderBy( | ||
Wildcard.count.desc(), | ||
pickEntity.createdAt.desc() | ||
) |
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.
Wildcard.count 는 첨보는 형태네요 신기하네용
override fun receivedMySpacePicks(): List<PickService.MySpacePickDetail> { | ||
// ToDo 실제 로그인 값으로 사용 | ||
val currentMemberId = MemberId("currentMemberId") | ||
val mySpacePicks = pickService.getReceivedMySpacePicks(currentMemberId) |
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.
이제 실제 로그인 값(멤버 아이디) 불러올 수 있어서 Todo 로 안박아도 될것 같아요!
@@ -7,4 +7,5 @@ spring: | |||
dojo: | |||
candidate: | |||
size: 8 | |||
|
|||
rank: |
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.
요것도 api 밑에 yaml 로 옮겨주세요~
c4151b3
to
282973c
Compare
[add] pr template
작업 내용
비고 (첨부자료)
이번 리뷰도 잘 부탁드립니다.☺️