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

✨ get recipes by category #84

Merged
merged 2 commits into from
Jul 24, 2024
Merged

✨ get recipes by category #84

merged 2 commits into from
Jul 24, 2024

Conversation

hyxrxn
Copy link
Contributor

@hyxrxn hyxrxn commented Jul 24, 2024

카테고리명과 페이지 번호, 개수를 전달받아 카테고리 레시피 테이블에서 그 카테고리명을 갖는 레시피 아이디를 찾습니다.
이후 엘라(recipe)의 서비스에 있는 메서드를 활용해 그 아이디의 레시피를 조회합니다.

Copy link

Overall Project 89.41% 🍏
Files changed 100% 🍏

File Coverage
CategoryController.java 100% 🍏
CategoryService.java 100% 🍏
RecipeOfCategoryRequest.java 100% 🍏

Copy link
Contributor

@geoje geoje left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

@oshyun00 oshyun00 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

Overall Project 89.35% 🍏
Files changed 100% 🍏

File Coverage
CategoryController.java 100% 🍏
CategoryService.java 100% 🍏
RecipeOfCategoryRequest.java 100% 🍏

@hyxrxn hyxrxn merged commit 706364d into be/dev Jul 24, 2024
1 check passed
@hyxrxn hyxrxn deleted the be/feat/17 branch July 24, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE Backend ✨ feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants