Skip to content

Conversation

@lkw9241
Copy link
Collaborator

@lkw9241 lkw9241 commented Sep 26, 2025

📢 기능 설명

유사칵테일 추천 기능 구현

연결된 issue

연결된 issue를 자동으로 닫기 위해 아래 {이슈넘버}를 입력해주세요.

close #147



🩷 Approve 하기 전 확인해주세요!

  • 유사칵테일 추천 기능 구현 (칵테일 패키지 안 RecommendService/CocktailRecommendController)

✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?
  • 이슈넘버를 적었는가?

@lkw9241 lkw9241 self-assigned this Sep 26, 2025
@lkw9241 lkw9241 added the feat 새로운 기능 추가 label Sep 26, 2025
@Param("types") List<CocktailType> types,
@Param("bases") List<AlcoholBaseType> bases,
Pageable pageable);
//유사칵테일 추천관련
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유사 칵테일 3개를 유저에게 추천한다고 했을 때, 도수가 같은 칵테일 한 개, 기주가 같은 칵테일 한 개, 타입이 같은 칵테일 한 개 이렇게 세 가지로 추천이 되는 게 맞나요?
생각도 못했어요. 이렇게 구현할 수도 있었네요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헛! 좋은 아이디어 감사합니다~ ㅎㅎ
지금은 아래 순위로 되어있었어욥 ㅎㅎ
다음 PR때 보완해볼게욥 ㅎㅎ
-알코올 강도가 같은 칵테일 먼저
-타입이 같은 칵테일 다음
-베이스가 같은 칵테일 마지막

@lkw9241 lkw9241 merged commit dd7f9e5 into dev Sep 26, 2025
1 check passed
@lkw9241 lkw9241 deleted the feat#147 branch September 26, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 유사칵테일 추천

3 participants