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

Commits on Dec 5, 2023

  1. feat : 음식 추천 기능 api 구현 #64

    - /api/user/recommend api 구현
    
    - 기준
    1. 나의 활동지역과 같은 음식점.
    2. 내가 맛집으로 추가하지 않은 음식점
    3. 내 맛집에 가장 많이 담은 음식점 카테고리와 같은 음식점.
    GeunH committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2b94853 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    fc9f02f View commit details
    Browse the repository at this point in the history
  2. fix : 음식점 추천 로직에서 조건을 나누어 처리 #64

    - 내 맛집 리스트에 음식이 있을때와, 없을 때를 나누어 처리
    있는 경우에는 카테고리가 가장 많은 것으로
    없는 경우에는 무작위 카테고리로.
    GeunH committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0ff3ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecaaf43 View commit details
    Browse the repository at this point in the history