Skip to content
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

[#96] 공연 추천 구현 #100

Merged
merged 5 commits into from
Aug 21, 2024
Merged

[#96] 공연 추천 구현 #100

merged 5 commits into from
Aug 21, 2024

Conversation

persi0815
Copy link
Contributor

@persi0815 persi0815 commented Aug 21, 2024

PR 타입

  • 기능 추가

구현한 기능

  • 공연 타입, 날짜, 시간, 가격대로 1차 공연 선별합니다.
  • 이후, 아래 5가지 기준 각각의 공연을 최대 10개씩 추천합니다.
  • 내가 찜한 배우의 공연(1차 선별 무시)
  • 별점이 높고 리뷰 수가 많은 공연
  • 공연 시작 날짜가 임박한 공연
  • 공연 종료 날짜가 임박한 공연
  • 사용자가 기입한 주소와 가까운 공연
  • 일단 필요없는 값들이라도 옳은 공연을 추천하고 있나 확인위해 넣어두었습니다. 추후 제거할 예정입니다.

테스트 결과

image
image
image
image

일정

  • 추정 시간 : 3 days
  • 걸린 시간 : 1 day

@persi0815 persi0815 self-assigned this Aug 21, 2024
@persi0815 persi0815 linked an issue Aug 21, 2024 that may be closed by this pull request
@persi0815 persi0815 merged commit 98db8bc into develop Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 공연 추천
1 participant