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

[Server] feat : 추천 레시피 관련 추가 요구사항 처리 (#50) #51

Merged
merged 16 commits into from
Oct 2, 2024

Conversation

Due-IT
Copy link
Collaborator

@Due-IT Due-IT commented Oct 2, 2024

📌 관련 이슈

✨ PR 세부 내용

  • 추천 레시피 목록을 페이지네이션을 사용하여 조회할 수 있습니다.
    • 첫 요소가 50개를 넘어가면 랜덤으로 size만큼의 추천 레시피 목록을 조회합니다.
  • 재료가 변경시 이벤트를 발행해 전체 카테고리에 대한 추천 레시피 목록을 새로 받아옵니다.
  • 카테고리 변경시 api를 호출하면 해당 카테고리에 대한 추천 레시피 목록을 새로 받아옵니다.
  • by_situation -> recipe_category로 칼럼 이름을 수정하였습니다.
  • 서비스 메서드에 @transactional을 추가하고, 생성자를 직접 구현하는 대신 @RequiredConstructor 어노테이션을 추가하였습니다.
  • 엔티티의 약간의 변경사항을 DB에 적용합니다.

⌛ 소요 시간

@Due-IT Due-IT self-assigned this Oct 2, 2024
@Due-IT Due-IT merged commit 6498a3f into develop Oct 2, 2024
1 check passed
@Due-IT Due-IT deleted the Feat/#50 branch October 2, 2024 17:47
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.

[Server] feat : AI와 API 연결 및 요구사항 처리
1 participant