[Feature] 사용자 선호 장르 맞춤 댄서, 수업 추천 api 개선#115
Merged
S0NGMinHyuk merged 8 commits intodevelopfrom Nov 26, 2025
Merged
Conversation
2 tasks
사용자의 장르 id를 가져오는게 아닌, userGenre의 id를 가져오던 문제 해결
비로그인 환경에서 사용할 수 있도록 수정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 연관된 이슈
close #112
ex) #이슈번호, #이슈번호
📝 작업 내용
사용자의 선호 장르를 주 장르로 하는 댄서들 중 사용자가 즐겨찾기 하지 않은 댄서를 추천해주는 api 구현.
후보 댄서들 중 Collections.shuffle 함수로 섞어서 추출하기 때문에 매번 다른 댄서가 추출될 수 있도록 구현함.
댄스수업 추천 기능도 위와 동일하게 구현했음.
💬 리뷰 요구 사항
특별히 봐주었으면 하는 부분이 있다면 작성해주세요.