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

[BE] feat: 꿀조합 상세 정보 조회 기능 #364

Merged
merged 20 commits into from
Aug 11, 2023
Merged

Conversation

hanueleee
Copy link
Collaborator

@hanueleee hanueleee commented Aug 9, 2023

Issue

✨ 구현한 기능

꿀조합 상세 정보 조회 기능

📢 논의하고 싶은 내용

Interceptor의 PathPattern

현상태 : /api/recipes로 들어오는 요청이고 GET이 아니면 RecipeHandlerInterceptor 작동

image

🎸 기타

  • Review 형식에 맞춰서 Recipe에도 FavoriteCount 추가
  • Recipename 필드를 title로 수정

⏰ 일정

  • 추정 시간 : 3
  • 걸린 시간 : 3.5

@github-actions
Copy link

github-actions bot commented Aug 9, 2023

Unit Test Results

74 tests   74 ✔️  9s ⏱️
37 suites    0 💤
37 files      0

Results for commit 76de327.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@wugawuga wugawuga left a comment

Choose a reason for hiding this comment

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

꿀조합 조회 수고하셨습니다!!

Comment on lines 88 to 90
return recipeFavoriteRepository.findByMemberAndRecipe(member, recipe)
.map(RecipeFavorite::getChecked)
.orElse(false);
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 쿼리 메소드로 수정이 가능할 것 같습니다.
어떻게 생각하시나용?

Copy link
Member

@70825 70825 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
Collaborator

@Go-Jaecheol Go-Jaecheol 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
Collaborator

@Go-Jaecheol Go-Jaecheol 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
Member

@70825 70825 left a comment

Choose a reason for hiding this comment

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

Good 👍

@hanueleee hanueleee merged commit bfd39eb into develop Aug 11, 2023
1 check passed
@hanueleee hanueleee deleted the feat/issue-354 branch August 11, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 꿀조합 상세 정보 조회 기능 구현
4 participants