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

[Server] fix : 카테고리를 지정하여 레시피를 추천 받는다. #63

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

Due-IT
Copy link
Collaborator

@Due-IT Due-IT commented Nov 17, 2024

  • 특정 카테고리를 지정하여 레시피 추천을 받을 수 있습니다.
  • ai 서버의 주소가 변경되었으므로, 이를 반영합니다.

📌 관련 이슈

✨ PR 세부 내용

  • 카테고리 변경시, 카테고리와 소유한 재료에 맞는 레시피를 추천 받아와, 유저에게 추천될 레시피 목록을 갱신할 수 있어야 합니다.
  • 전체카테고리라면, 식자재 만으로 레시피를 추천 받습니다.
  • 재료를 추가하거나 삭제할땐, "전체"카테고리를 기준으로 추천 레시피가 갱신됩니다.
  • ai측 배포 주소가 변경되었으므로, 이를 반영합니다.

⌛ 소요 시간

- 특정 카테고리를 지정하여 레시피 추천을 받을 수 있습니다.
- ai 서버의 주소가 변경되었으므로, 이를 반영합니다.
@Due-IT Due-IT self-assigned this Nov 17, 2024
@Due-IT Due-IT merged commit 10d5063 into develop Nov 17, 2024
@Due-IT Due-IT deleted the Feat/#62 branch November 17, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Server] feat : 카테고리에 맞는 레시피를 추천 받는다.
1 participant