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 [#85] 아티스트 검색 API 구현 #86

Merged
merged 4 commits into from
Jan 18, 2025
Merged

Conversation

ch1hyun
Copy link
Collaborator

@ch1hyun ch1hyun commented Jan 18, 2025

✨ Issue Number ✨

closes #85

✨ To-do ✨

  • 아티스트 검색 API 구현

✨ Description ✨  

image

아티스트를 검색어로 조회하고, 검색된 아티스트 아이디로 마지막 발매 일자를 조회합니다.
조회한 결과가 있을 경우 좋아요 여부를 조회합니다.

@ch1hyun ch1hyun added the ✨ Feature 기능 개발 label Jan 18, 2025
@ch1hyun ch1hyun self-assigned this Jan 18, 2025
* feat [#67] 페스티벌 정보 조회 API 응답 DTO 생성

* feat [#67] 페스티벌 정보 조회 API 구현

* feat [#67] 페스티벌 정보 조회 API 응답 DTO 생성

* feat [#67] 페스티벌 정보 조회 API 구현

* feat [#67] 페스티벌 정보 조회 API 응답 DTO 생성

* feat [#67] 페스티벌 정보 조회 API 구현

* feat [#67] 페스티벌 정보 조회 API 응답 DTO 생성

* feat [#67] 페스티벌 정보 조회 API 구현

* chore [#67] DB 쿼리 값 확인을 위해 p6spy 의존성 추가

* feat [#67] 값 전달을 위해 DTO 생성

* refactor [#67] 값 타입 변경을 위해 엔티티 파일 수정

* fix [#67] artistIds 아이디 수집 변수에 Artist Id 값을 추가하는 것으로 변경
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 3de20b4 into develop Jan 18, 2025
1 check passed
@ch1hyun ch1hyun deleted the feat#85/ArtistSearch branch January 18, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 아티스트 검색 API 구현
2 participants