[Fix] 목표 추천 기능에서 세부 목표가 존재할 때만 항목 추가하도록 코드 수정 - #155
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Fix] 목표 추천 기능에서 세부 목표가 존재할 때만 항목 추가하도록 코드 수정
추가된 내용 (Description)
목표 추천 기능에서 이미 세부 목표가 일부 존재한다면, 해당 목표를 쿼리에 포함시켜 전송하도록 구현한 코드를 수정했습니다. 이전에는 세부 목표가 존재하지 않아도, 해당 항목이 생성되어 함께 쿼리로 전송되었으나, 세부 목표가 없을 시에 항목 또한 생성되지 않는 방식으로 수정했습니다.
변경 사항
왜 변경했는지 (배경/문제점):
사이드 이펙트 / 주의 사항
참고
관련 이슈 번호:
참고 문서/디자인 가이드: