Conversation
Fix: 내 체험단 상태 API 원복 및 상태 보조 라벨 DTO 추가
refactor: FcmUpdateDTO에서 isActive 삭제 및 유저 회원가입 로직에서 status 코드 변경
Refactor: campaign dto update
- CampaignStatusBatchRequestDTO: 배치 업데이트용 DTO 추가 - CampaignStatusDeleteRequestDTO: 배치 삭제용 DTO 추가 - CampaignStatusController: 배치 처리 API로 변경 - CampaignStatusService: 배치 처리 메서드 추가 - CampaignStatusRequestDTO: userId 필드 제거하고 컨트롤러에서 직접 전달
- OAuth2AuthenticationProcessingException: String 생성자 추가 - CustomOAuth2UserService: 제공자별 동적 메시지 생성 - GlobalExceptionHandler: null 체크 추가하여 안전한 예외 처리 - ErrorMessage: OAUTH_PROVIDER_CONFLICT를 401 상태코드로 변경
feat: 캠페인 상태 배치 업데이트/삭제 기능을 구현했습니다
Refactor: campaign dto update
refactor: 기존의 result null 반환에서 {} 반환으로 변경
refactor: n+1 문제 삭제 and 북마크 다 건 삭제로 수정
refactor: 엔드포인트 수정
fix: jpql 문법 오류 수정
…서 campaign 테이블에서 조회하도록 변경
…into feature/enhancement
refactor: 전체적인 로직 개선
refactor: 기존의 NotificationRequest 만드는 로직을 VO 중심으로 리팩토링 했습니다.
fix: enum error fix & pageable 컨밴션 유지
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Pull Request: iOS v1.1.2 버전 업데이트