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

refactor: 꿀조합 검색 결과에 상품 이미지 및 평점 정보 추가 #43

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

Go-Jaecheol
Copy link
Contributor

@Go-Jaecheol Go-Jaecheol commented Apr 7, 2024

Issue

✨ 구현한 기능

  • 꿀조합 검색 결과 API 수정
    • 상품 image 추가
    • 상품 averageRating 추가

📢 논의하고 싶은 내용

X

🎸 기타

  • 꿀조합 상세 조회 API의 DetailProductRecipeDto랑 같은 정보를 Response로 담으면 돼서 refactor: 꿀조합 상세 조회에 상품 평점 정보 추가 #42 에서 수정한 DetailProductRecipeDto 그대로 사용하도록 수정했습니다.
    • 기존 ProductRecipeDto꿀조합 목록 조회 API 수정 #41 에서 categoryType까지 포함하도록 수정해야 함
      (아직 디자이너랑 논의중이라고 해서 categoryType 포함 안하는 걸로 되면 dto 하나로 통합할게요)
    • 이번에 API 수정이 많아서 리팩터링 다 끝내고 전체적으로 dto 중복되는 거 정리해야 할 듯

⏰ 일정

  • 추정 시간 : 30min
  • 걸린 시간 : 30min

Copy link

github-actions bot commented Apr 7, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 6195246.

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.

�LGTM

@Go-Jaecheol Go-Jaecheol merged commit 3326e5f into develop Apr 19, 2024
3 checks passed
@Go-Jaecheol Go-Jaecheol deleted the feat/issue-40 branch April 19, 2024 06:27
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.

꿀조합 검색 결과에 상품 이미지 및 평점 정보 추가
2 participants