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

[BE] feat: 라인업이 공개된 축제가 인기 라인업으로 검색되게 변경 (#971) #973

Merged
merged 4 commits into from
May 16, 2024

Conversation

BGuga
Copy link
Member

@BGuga BGuga commented May 15, 2024

📌 관련 이슈

✨ PR 세부 내용

  1. 간단하게 FestivalQueryInfo가 "[]"가 아닌 것으로 반환하도록 변경했습니다.
  2. ClientAbortException 처리 해당 PR에서 진행하였습니다.

@BGuga BGuga self-assigned this May 15, 2024
# Conflicts:
#	backend/src/test/java/com/festago/festival/application/integration/query/PopularFestivalV1QueryServiceIntegrationTest.java
Copy link

github-actions bot commented May 15, 2024

Test Results

240 files  240 suites   28s ⏱️
792 tests 792 ✅ 0 💤 0 ❌
811 runs  811 ✅ 0 💤 0 ❌

Results for commit 4a47d1e.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@seokjin8678 seokjin8678 left a 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("[]"))
Copy link
Collaborator

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("[]"))))

Copy link
Member Author

Choose a reason for hiding this comment

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

반영했습니다!

Copy link
Collaborator

@seokjin8678 seokjin8678 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 labels May 16, 2024
@BGuga BGuga merged commit ecb4a9e into dev May 16, 2024
5 checks passed
@BGuga BGuga deleted the feat/#971 branch May 16, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 라인업이 공개된 축제가 인기 라인업으로 검색되게 변경한다.
2 participants