-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BE] feat: 라인업이 공개된 축제가 인기 라인업으로 검색되게 변경 (#971) #973
Conversation
# Conflicts: # backend/src/test/java/com/festago/festival/application/integration/query/PopularFestivalV1QueryServiceIntegrationTest.java
Test Results240 files 240 suites 28s ⏱️ Results for commit 4a47d1e. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
추가로 끝난 축제가 조회되지 않게 조건을 추가하는게 좋을 것 같네요!
@@ -38,6 +38,7 @@ public List<FestivalV1Response> findPopularFestivals() { | |||
festivalQueryInfo.artistInfo) | |||
) | |||
.from(festival) | |||
.where(festivalQueryInfo.artistInfo.ne("[]")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
끝난 축제가 보인다는 피드백이 있어서, 해당 내용도 반영해야 할 것 같네요!
.where(festival.festivalDuration.endDate.gt(now)
.and((festivalQueryInfo.artistInfo.ne("[]"))))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영했습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
📌 관련 이슈
✨ PR 세부 내용