-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature] - 프로덕션 API v1.2.0 배포 #588
Merged
Merged
Conversation
This file contains 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
* feat: 내가 좋아요 한 여행기 조회 기능 구현 * test: 내가 좋아요 한 여행기 조회 테스트 코드 추가 * refactor: 다른 dto 와 형식 통일
* feat: 검색 및 필터링 API 통합 * refactor: 더 이상 사용하지 않는 filtering 관련 메서드 제거 * refactor: TravelogueQueryRepositoryImpl 메서드 순서 정리 및 TODO 추가 * refactor: TravelogueQueryRepositoryImpl 메서드 순서 정리 및 검색 API 삭제 TODO 추가 * test: 검색 테스트 필터와 검색 통합된 메서드로 변경
* refactor: CountryCode 내부로 검증 로직 이동 * refactor: 통일성을 위해 SearchType 의 from 메소드 수정 * feat: TravelogueCountry 검증 로직 추가 * style: 통일성을 위해 "나라"를 "국가" 로 변경 * feat: 여행기 장소 생성시 국가 코드가 NONE 인지 검증하는 로직 추가 * feat: 여행기 생성 시 국가 코드가 NONE 인 여행기 장소가 생성되지 않는 기능 구현 * feat: 태그 생성 기능 삭제 * sytle: 통일성을 위해 괄호 수정 Co-authored-by: eunjungL <[email protected]> * feat: TravelogueCountry 에 NONE 국가 코드 허용 * feat: 존재하지 않는 국가로 검색 시 빈 여행기 목록을 반환하는 기능 구현 * refactor: 비즈니스 로직을 facade 가 아닌 서비스에서 수행하도록 변경 * test: 존재하지 않는 국가 검색 테스트 코드 추가 --------- Co-authored-by: eunjungL <[email protected]>
Test Results 30 files 30 suites 9s ⏱️ Results for commit a0eafdb. |
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.
✅ 작업 내용