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

[Home-Final/be] 음식 추천 기능 api 구현 #210

Conversation

GeunH
Copy link
Collaborator

@GeunH GeunH commented Dec 5, 2023

주요 작업

음식 추천 기능 api 구현

완료한 task 명세

  • 음식 추천 기능 api 구현

추천 기준 :

  1. 내 맛집이 아니다.
  2. 내가 아닌 다른 사람이 등록한 음식점이다.
  3. 내가 가장 많이 등록해둔 음식점 카테고리와 일치하는 음식점이다.

Related to issue : #64

- /api/user/recommend api 구현

- 기준
1. 나의 활동지역과 같은 음식점.
2. 내가 맛집으로 추가하지 않은 음식점
3. 내 맛집에 가장 많이 담은 음식점 카테고리와 같은 음식점.
@GeunH GeunH added feat 기능 구현 BE 작업범위 : BackEnd labels Dec 5, 2023
@GeunH GeunH requested a review from LeeTH916 December 5, 2023 10:19
@GeunH GeunH self-assigned this Dec 5, 2023
- 내 맛집 리스트에 음식이 있을때와, 없을 때를 나누어 처리
있는 경우에는 카테고리가 가장 많은 것으로
없는 경우에는 무작위 카테고리로.
@LeeTH916 LeeTH916 merged commit fc4e119 into boostcampwm2023:feature/be-home-final Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 작업범위 : BackEnd feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants