-
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
[BE] refactor: 꿀조합 랭킹 알고리즘 개선 #755
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.
고생하셨어요 망고!!
코멘트 한번 확인 부탁드려요 ㅎㅎㅎ
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/com/funeat/recipe/persistence/RecipeRepository.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/persistence/RecipeRepositoryTest.java
Outdated
Show resolved
Hide resolved
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
✨ 구현한 기능
시간에 대한 가중치 추가
age
: 현재 시간 - 리뷰 작성 시간 (ChronoUnit.DAYS.between
으로 비교해서 day 단위)gravity
: 시간에 대한 중력 상수 (높을 수록 시간이 지남에 따라 급격하게 점수 낮아짐) =>0.1
로 선정좋아요 10개 & 14일
~=좋아요 9개 & 7일
)📢 논의하고 싶은 내용
X
🎸 기타
⏰ 일정