Merged
Conversation
- vo 검증에서 발생하는 비즈니스 예외 삭제 및 InvalidValueException 으로 변경
Closed
3 tasks
xjvmdutl
reviewed
Feb 26, 2025
src/main/java/com/retrip/crew/domain/exception/CrewNotFoundException.java
Outdated
Show resolved
Hide resolved
xjvmdutl
reviewed
Feb 26, 2025
src/main/java/com/retrip/crew/domain/exception/common/BusinessException.java
Outdated
Show resolved
Hide resolved
xjvmdutl
reviewed
Feb 26, 2025
src/main/java/com/retrip/crew/domain/exception/common/ErrorCode.java
Outdated
Show resolved
Hide resolved
xjvmdutl
reviewed
Feb 26, 2025
src/main/java/com/retrip/crew/infra/adapter/in/presentation/rest/CrewController.java
Outdated
Show resolved
Hide resolved
xjvmdutl
reviewed
Feb 26, 2025
| private int status; | ||
| private String code; | ||
| private String message; | ||
| private String url = "Not available"; |
Collaborator
There was a problem hiding this comment.
해당 값("Not available")을 디폴트 값을 설정한 이유가 있을까요?
Contributor
Author
There was a problem hiding this comment.
응답해줄 url이 없을때 비어있는 값보다 더 명확한 의미를 나타내게 하려고 했습니다
ekfrehd
pushed a commit
that referenced
this pull request
Jun 3, 2025
* feat: 비즈니스 예외와 API 공통 응답 모듈 추가 - vo 검증에서 발생하는 비즈니스 예외 삭제 및 InvalidValueException 으로 변경
ekfrehd
added a commit
that referenced
this pull request
Jun 29, 2025
* feat: PR 템플릿 and PR Discord 알림 연동 * feat: Crew 생성 (#20) * feat: Crew 생성 * feat: Code 리뷰 반영, Exception 추가 * feat: 주석 제거 및 코드 수정 --------- Co-authored-by: junhokim <junhokim@gmarket.com> * feat: 비즈니스 예외와 API 공통 응답 모듈 추가 (#23) * feat: 비즈니스 예외와 API 공통 응답 모듈 추가 - vo 검증에서 발생하는 비즈니스 예외 삭제 및 InvalidValueException 으로 변경 * feat: 스웨거 추가 작업 (#24) Co-authored-by: junhokim <junhokim@gmarket.com> * [feat] 크루 상세, 리스트 조회 API 기능 구현 (#25) * [feat] 크루 리스트 조회 API 기능 구현 및 테스트코드 리팩토링 (#4) * [feat] 크루 상세 조회 API 기능 구현 (#4) * feat: 스웨거 추가 작업 (#24) Co-authored-by: junhokim <junhokim@gmarket.com> * [fix] 크루 상세 조회 API 코드리뷰 반영 (#4) * [fix] 단위테스트 SpringBootTest -> DataJpaTest 사용하도록 수정 (#4) --------- Co-authored-by: Kimjunho <39546306+xjvmdutl@users.noreply.github.com> Co-authored-by: junhokim <junhokim@gmarket.com> * 크루 참여 요청 (#29) * feat: 크루 모집상태 변경시 최대 인원수 검증 추가 - IllegalStateException 추가 - common exception 생성자 수정 * refactor: CrewMembers size 조회 메서드 추가 * fix: conflict repair * feat:크루 참여 요청 질문 등록 * feat:크루 참여 요청 질문 등록 * [FEAT]-recruitment로 연관관계 변경 * 크루 참여 요청 질문 등록 수정 * 크루 참여 요청 질문 등록 수정 구현 --------- Co-authored-by: junhokim <junhokim@gmarket.com> Co-authored-by: Kimjunho <39546306+xjvmdutl@users.noreply.github.com> Co-authored-by: mandykr <94955454+mandykr@users.noreply.github.com> Co-authored-by: coPpark <qkrwjdtn963@gmail.com> Co-authored-by: MonChest <p_caso@atzsoft.kr>
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.
🔍 PR 타입 선택
아래 타입 중 해당하는 하나를 선택해 주세요. 반드시 하나만 선택해 주세요.
feat: 새로운 기능 추가📝 변경 사항 요약
변경 사항을 간단히 요약해 주세요.
🛠 관련 이슈
Resolves: #22
추가 설명 (선택 사항)
변경 사항에 대한 추가 설명을 작성해 주세요.