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

feat [#216] 하나의 아티스트 아이디 값이 여러 개의 객체에 매핑될 수 있도록 수정 #217

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

ch1hyun
Copy link
Collaborator

@ch1hyun ch1hyun commented Jan 24, 2025

✨ Issue Number ✨

closes #216

✨ To-do ✨

  • 하나의 아티스트 아이디 값이 여러 개의 객체에 매핑될 수 있도록 수정

✨ Description ✨  

image image

기존의 아이디 값에 일대일로 매핑되는 매퍼를 일대다로 매핑될 수 있는 큐를 추가했습니다.

@ch1hyun ch1hyun added the ✨ Feature 기능 개발 label Jan 24, 2025
@ch1hyun ch1hyun self-assigned this Jan 24, 2025
Copy link
Collaborator

@Ivoryeee Ivoryeee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

체고입니다

@ch1hyun ch1hyun merged commit 6aa47d1 into develop Jan 24, 2025
1 check passed
@ch1hyun ch1hyun deleted the feat#216/addMultipleArtistIds branch January 24, 2025 18:09
@@ -39,7 +44,7 @@ public class ArtistResolver {
}};

private List<String> artistIds;
private HashMap<String, ConfetiArtist> artistMapper;
private HashMap<String, Queue<ConfetiArtist>> artistMapper;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 자료 구조를 알차게 써먹을 수 있다니..... 많이 배우고 갑니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
2 participants