Conversation
1. 유저가 등록한 재료를 기반으로 조회 2. 필수재료는 모두 존재해야함 3. 전체재료 에선 66% 이상만 있으면 됌 4. 유통기한이 가장 긴박한 재료명 , 날짜 가져옴 Related to : #13
Closed
KIM9909
reviewed
Dec 15, 2024
Contributor
KIM9909
left a comment
There was a problem hiding this comment.
유저의 냉장고에 있는 재료는 IngredientMyRefrigerator를 참조하셔서 레시피 추천 하셔야 할 것 같습니다 .. !! 재료 등록은 모두 IngredientMyRefrigerator에 저장됩니다 !!
1. 코드 간결화 2. 유통기한 긴박한 재료명, 남은 일수 표시
Contributor
|
수고하셨습니다 |
LeeGukgeon
reviewed
Dec 15, 2024
Contributor
LeeGukgeon
left a comment
There was a problem hiding this comment.
MatchRate 는 어떻게 계산되는 건가요?
Contributor
Author
( 유저가 가지고 있는 레시피에 필요한 재료수 / 레시피에 필요한 전체재료 수 ) 값이 66 % 를 넘기면 추천 해 줍니다! 대신 필수재료는 무조건 있어야 합니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 요약
🛠 변경 사항
🔗 관련 이슈
📸 스크린샷 또는 GIF (해당되는 경우)
✅ 체크리스트
🛡 테스트 방법
📚 추가 참고 사항