Skip to content

fix - #161

Merged
chunny-k merged 1 commit into
mainfrom
develop
Feb 20, 2026
Merged

fix#161
chunny-k merged 1 commit into
mainfrom
develop

Conversation

@chunny-k

@chunny-k chunny-k commented Feb 20, 2026

Copy link
Copy Markdown
Collaborator

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

Summary by CodeRabbit

  • New Features

    • Added recipe lookup functionality to retrieve transformed recipes by unique identifier.
  • Improvements

    • Improved image loading for transformed recipes by fetching from the correct source.
    • Enhanced safety calculation for recipe ingredients by analyzing the appropriate ingredient list.
  • Chores

    • Updated internal dependency versions.
    • Removed unnecessary code formatting.

@chunny-k
chunny-k merged commit a2047ab into main Feb 20, 2026
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented Feb 20, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This update refines the recipe transformation domain by adjusting data sources for image and ingredient information, adding a repository query method, updating a submodule reference, and removing extraneous whitespace. Changes affect how transformed recipes source and display their metadata.

Changes

Cohort / File(s) Summary
Recipe Transformation Data Sources
src/main/java/com/urisik/backend/domain/recipe/converter/RecipeSearchConverter.java, src/main/java/com/urisik/backend/domain/recipe/service/RecipeSearchService.java
Modified to source image and ingredient data directly from transformed recipe objects rather than external metadata or base recipes, affecting how transformed recipe details are populated.
Repository Enhancement
src/main/java/com/urisik/backend/domain/recipe/repository/TransformedRecipeRepository.java
Added new findById(Long) query method returning Optional<TransformedRecipe> for straightforward entity lookup by identifier.
Configuration Cleanup
src/main/java/com/urisik/backend/global/config/SwaggerConfig.java
Removed extraneous blank line after openAPI() method for formatting consistency.
Submodule Update
URISIK_BACKEND_PRIVATE
Updated submodule commit reference; no structural or content changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Possibly related PRs

Suggested labels

🐛fix

Poem

🐰 Hops through the kitchen, whiskers ablaze,
Images now flow from the right place,
Ingredients speak their truthful tale,
No more metadata's tangled mail!
A sprinkle of fix, a dash of refine,
Recipe transformation divine! 🥕

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant