feat(song): 곡-사람 연결 API 추가 및 곡 생성 로직 개선 #91
Merged
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.
연관 이슈
작업 내용
곡 생성 로직 개선
title + artist조합이 존재하면 신규 생성 대신 기존 엔티티를 업데이트하는 방식으로 개선albumImgUrl반영곡-사람 연결 API 기능 확장
PerformanceSong가 존재하면 업데이트, 없으면 신규 생성orderInPerformance필드 추가 및 전달 시 바로 반영SongPersonConnectRequestDto에orderInPerformance필드 추가전반적으로 생성·연결 과정의 중복 생성 방지 및 데이터 일관성 개선
논의하고 싶은 내용