Skip to content

13 재료기반 레시피 조회#36

Merged
uni-zun merged 7 commits intodevelopfrom
13-재료기반-레시피-조회
Dec 15, 2024

Hidden character warning

The head ref may contain hidden characters: "13-\uc7ac\ub8cc\uae30\ubc18-\ub808\uc2dc\ud53c-\uc870\ud68c"
Merged

13 재료기반 레시피 조회#36
uni-zun merged 7 commits intodevelopfrom
13-재료기반-레시피-조회

Conversation

@uni-zun
Copy link
Copy Markdown
Contributor

@uni-zun uni-zun commented Dec 15, 2024

📋 요약

  • 유저가 가진 재료를 기반으로 만들 수 있는 메뉴의 레시피를 추천해줍니다.

🛠 변경 사항

  • 이번 Pull Request에서 작업한 주요 변경 사항은 다음과 같습니다:
    • 새로운 기능 추가 또는 버그 수정
    • 코드 리팩토링 또는 최적화
    • 문서 업데이트

🔗 관련 이슈

  • 이 PR로 해결되는 이슈: #[이슈 번호]
  • 관련된 이슈: #[이슈 번호]

📸 스크린샷 또는 GIF (해당되는 경우)

image

✅ 체크리스트

  • 코드가 정상적으로 동작하는지 테스트했습니다.
  • 관련 문서를 작성하거나 업데이트했습니다. (해당되는 경우)
  • 변경 사항을 반영한 테스트 코드를 추가했습니다.
  • 모든 테스트가 성공적으로 통과했습니다.

🛡 테스트 방법

  • 변경 사항을 확인하기 위한 테스트 방법을 단계별로 작성해주세요:
    1. 브랜치를 로컬로 가져옵니다.
    2. 아래 명령어를 사용해 애플리케이션 또는 테스트를 실행합니다:
      # 예시 명령어
      ./run_tests.sh
      
    3. 예상 동작이나 출력 결과를 확인합니다.

📚 추가 참고 사항

  • 이 PR과 관련해 리뷰어가 알아야 할 추가 내용이 있다면 작성해주세요.

yunjaeeun and others added 4 commits December 13, 2024 18:14
1. 유저가 등록한 재료를 기반으로 조회
2. 필수재료는 모두 존재해야함
3. 전체재료 에선 66% 이상만 있으면 됌
4. 유통기한이 가장 긴박한 재료명 , 날짜 가져옴
Related to : #13
@uni-zun uni-zun linked an issue Dec 15, 2024 that may be closed by this pull request
@uni-zun uni-zun changed the base branch from main to develop December 15, 2024 10:50
Copy link
Copy Markdown
Contributor

@KIM9909 KIM9909 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유저의 냉장고에 있는 재료는 IngredientMyRefrigerator를 참조하셔서 레시피 추천 하셔야 할 것 같습니다 .. !! 재료 등록은 모두 IngredientMyRefrigerator에 저장됩니다 !!

@uni-zun uni-zun closed this Dec 15, 2024
1. 코드 간결화
2. 유통기한 긴박한 재료명, 남은 일수 표시
@uni-zun uni-zun reopened this Dec 15, 2024
@yunjaeeun
Copy link
Copy Markdown
Contributor

수고하셨습니다

Copy link
Copy Markdown
Contributor

@LeeGukgeon LeeGukgeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MatchRate 는 어떻게 계산되는 건가요?

@uni-zun
Copy link
Copy Markdown
Contributor Author

uni-zun commented Dec 15, 2024

MatchRate 는 어떻게 계산되는 건가요?

( 유저가 가지고 있는 레시피에 필요한 재료수 / 레시피에 필요한 전체재료 수 ) 값이 66 % 를 넘기면 추천 해 줍니다! 대신 필수재료는 무조건 있어야 합니다.

Copy link
Copy Markdown
Contributor

@kingkang85 kingkang85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니당

Copy link
Copy Markdown
Contributor

@MinFe4990 MinFe4990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!check 템플릿 신기하네

@uni-zun uni-zun merged commit d82d4b4 into develop Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#13 재료기반 레시피 조회

6 participants