feat: add admin curation code filter#658
Merged
Merged
Conversation
9e2f391 to
420086a
Compare
420086a to
bebb6ff
Compare
Whale0928
approved these changes
Jul 5, 2026
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.
개요
어드민 spec 기반 큐레이션 목록/피드 조회에서
code기반 스펙 필터를 지원합니다.변경 내용
CurationSearchRequest에 선택 파라미터code추가code를curation_spec.code로 해석해specIdexact match 필터 적용keyword,isActive,page,size기존 동작 유지code는 빈 페이지 반환code는 필터 미적용 처리codequery parameter 문서화테스트 커버리지
code=WHISKY_PAIRING단독 필터keyword + code + isActivecode빈 결과code필터 미적용/curations와/curations/feed모두 단위 테스트 보강검증
./gradlew :bottlenote-mono:test --tests 'app.bottlenote.curation.service.AdminSpecBasedCurationServiceTest'PASS./gradlew :bottlenote-admin-api:test --tests 'app.docs.curation.AdminSpecBasedCurationControllerDocsTest'PASS./gradlew docs_testPASS미검증/로컬 제약
./gradlew :bottlenote-admin-api:admin_integration_test --tests 'app.integration.curation.AdminSpecBasedCurationIntegrationTest'는 로컬 Docker/Testcontainers 초기화 단계에서 중단되어 assertion 진입 전 실패했습니다. 추가한 통합 테스트는 CI에서 검증 필요합니다.관련 이슈