-
Notifications
You must be signed in to change notification settings - Fork 1
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] #282 - 소셜 API 구현 #283
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.
수고하셨습니다~ 처음 Querydsl 사용해보시는데 잘하셨네요
.join(objective.keyResultList, keyResult).fetchJoin() | ||
.join(keyResult.taskList, task) | ||
.where(objective.isPublic.eq(true)) | ||
.orderBy(objective.heartCount.desc(), objective.id.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.
p4;
이러면 만약 특정 Objective가 인기가 좋아서 하트를 많이 받았다는 상황을 가정해보겠습니다.
그러면 하트를 많이 받았던 Objective는 지속적으로 상단에 노출되는 문제가 있는데요.
이부분에 대해서는 어떻게 생각하실까요?
지금은 임시적이지만 답변 부탁드립니다 :)
저는 개인적으로 heartCount가 중요 factor라는 것에는 동의하지만 aging을 통해 우선순위를 낮춰줄 필요도 있다고 생각합니다 !
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.
수정하였습니다 ~
🚀PullRequest🚀
📟 관련 이슈
💻 작업 내용
📝 리뷰 노트