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

검색 리스트 이름과 재료 불러오기 #15

Open
alreadynyeong opened this issue Dec 6, 2021 · 3 comments
Open

검색 리스트 이름과 재료 불러오기 #15

alreadynyeong opened this issue Dec 6, 2021 · 3 comments
Labels
question Further information is requested

Comments

@alreadynyeong
Copy link
Member

리스트에서 칵테일 이름과 각 칵테일의 재료를 가져와서 리스트를 만들어햐하는데 제 생각처럼 잘 되지 안습니다..

각 칵테일별 재료를 한 블럭에 어떻게 넣어야 할 지 모르겠습니다.
이 부분에 대해 같이 고민해주시면 감사하겠습니다!

쿼리와 관련된 부분인지라 엉망으로 짜는 것 보다는 힘을 빌려보고자 합니다.

@AYoungSn
Copy link
Contributor

AYoungSn commented Dec 6, 2021

어떤 블록에 넣어야 하나요??
리스트 한 항목에 넣으려고 하는게 맞나용?

@AYoungSn AYoungSn added the question Further information is requested label Dec 6, 2021
@alreadynyeong
Copy link
Member Author

리스트 한 항목에 칵테일의 이름과 들어가는 재료들이 들어가야합니다!

@AYoungSn
Copy link
Contributor

AYoungSn commented Dec 6, 2021

일단 검색어를 기준으로 재료를 찾으면 material table에 id가 나올거고 그 material id로 inclusion에서 recipeId를 찾아서 recipe 이름을 가져오고 recipe id가 있는 inclusion 행을 다 가져와서 material Id를 가지고 material 이름을 가져오면 될 것 같아요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants