We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
사용자는 메뉴 추천에 버튼 클릭 시 메뉴 추천을 받을 수 있어야한다.
선택시 음식에 맞게 화면에 띄워준다 취소버튼 클릭시 모달창이 사라지게 된다.
The text was updated successfully, but these errors were encountered:
feat : 음식 추천 기능 api 구현 #64
2b94853
- /api/user/recommend api 구현 - 기준 1. 나의 활동지역과 같은 음식점. 2. 내가 맛집으로 추가하지 않은 음식점 3. 내 맛집에 가장 많이 담은 음식점 카테고리와 같은 음식점.
fix : 음식점 추천 로직에서 조건을 나누어 처리 #64
0ff3ee5
- 내 맛집 리스트에 음식이 있을때와, 없을 때를 나누어 처리 있는 경우에는 카테고리가 가장 많은 것으로 없는 경우에는 무작위 카테고리로.
feat : 사용자 추천 음식점 응답에 사진 추가 #64
ecaaf43
fix : 음식 추천시 응답 에러 해결 #64
27e7aeb
No branches or pull requests
Description
사용자는 메뉴 추천에 버튼 클릭 시 메뉴 추천을 받을 수 있어야한다.
Task
선택시 음식에 맞게 화면에 띄워준다
취소버튼 클릭시 모달창이 사라지게 된다.
AOS
BE
Acceptance Criteria
References
The text was updated successfully, but these errors were encountered: