-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BE] feat: 꿀조합 상세 정보 조회 기능 #364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
꿀조합 조회 수고하셨습니다!!
return recipeFavoriteRepository.findByMemberAndRecipe(member, recipe) | ||
.map(RecipeFavorite::getChecked) | ||
.orElse(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 쿼리 메소드로 수정이 가능할 것 같습니다.
어떻게 생각하시나용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
꿀조합 마스터 👍
backend/src/test/java/com/funeat/acceptance/recipe/RecipeAcceptanceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/acceptance/recipe/RecipeAcceptanceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/acceptance/recipe/RecipeAcceptanceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/product/persistence/ProductRecipeRepositoryTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/application/RecipeServiceTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/persistence/RecipeImageRepositoryTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/funeat/recipe/persistence/RecipeImageRepositoryTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
꿀조합 마스터~
고생하셨습니다 👍
backend/src/main/java/com/funeat/member/domain/favorite/RecipeFavorite.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good 👍
Issue
✨ 구현한 기능
꿀조합 상세 정보 조회 기능
📢 논의하고 싶은 내용
Interceptor의 PathPattern
현상태 :
/api/recipes
로 들어오는 요청이고GET
이 아니면 RecipeHandlerInterceptor 작동🎸 기타
Review
형식에 맞춰서Recipe
에도FavoriteCount
추가Recipe
의name
필드를title
로 수정⏰ 일정