[Artist] 장르 정보 보완#188
Merged
Merged
Conversation
⭐ JaCoCo CoverageLine Coverage: 5.12% 📄 Coverage DetailsOverall Line Coverage: 5.10% (201 covered / 3942 lines) Package Summary (lowest first)
Lowest Covered Classes (Top 20)
Changed Classes (from this PR)
🔗 Full HTML report: See artifact jacoco-full-html on this run → https://github.com/prgrms-web-devcourse-final-project/WEB7_9_codecrete_BE/actions/runs/20474546318 |
Creamcheesepie
approved these changes
Dec 24, 2025
| } | ||
|
|
||
| return totalSaved; | ||
| // 2단계: 각 아티스트를 DB에 upsert (spotifyArtistId 기준으로 있으면 업데이트, 없으면 생성) |
Collaborator
There was a problem hiding this comment.
insert일까요 update일까요...?
Collaborator
Author
There was a problem hiding this comment.
둘 다 입니다!
만약 아티스트 정보가 DB에 없다면 Insert, 있다면 Update 해주는 방식이라고 생각해주시면 될 것 같아용
larama-C
approved these changes
Dec 24, 2025
Collaborator
There was a problem hiding this comment.
실명 데이터 관해서 찾아보다가 좀 UI 많이구림.. 찾았는데 데이터가 25년에 데뷔한 가수 같은 경우는 조회가 안되긴 합니다.
API도 좀 오래되보이구요... 데이터 반환도 XML로 이루어져 있어서 조금 힘들 것 같긴합니다
그래도 한번 참고해보시라고 남겨봅니다!
데이터 수정 부분 체크만 잘 해주시면 감사하겠습니다!
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.
🔗 관련 이슈
🚀 PR 개요
📌 변경 사항
🧪 테스트 방법
📸 스크린샷 (선택)
테이블이 새로 추가되고, 기존 테이블의 구조가 변경되었습니다! ERD 에 반영해놓겠습니다.