-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 3:3 조인 시 성별 체크 * style: apply convention * fix: 미팅팀 나이 제한 * style: apply convention * feat: 카카오톡 ID 중복 시, 유저 ID 체크 * style: apply convention * fix: 포트원 Access Token 생존 기간 60초로 수정 - try - catch 시 refreshToken 추가 * fix: 유저 정보 변경 - 학적 상태 졸업생, 대학원생으로 변경 시 학부 학번 삭제 - 전화번호 중복 예외 출력 * fix: 개발자 API 유저 삭제 시, 리프레시 토큰 초기화 * fix: MinAge MaxAge Null 값 거절 * feat: Match API 엔드포인트 경로 변경 - /matches/{matchId}/result -> /matches/result로 변경 - 요청 파라미터를 teamId에서 teamType으로 변경 * refactor: MatchService 파라미터 변경 - 파라미터 teamType으로 변경 - 캐시 키 형식 변경 * feat: teamType 사용 쿼리 메소드 추가 * chore: 사용하지 않는 메서드 제거 * chore: 불필요한 예외 처리 삭제 * docs: Swagger 업데이트 * refactor: getMatchedPartnerInformation API에서 불필요한 preference 정보 제거 - 책임 분리를 위해 새로운 DTO 생성 - ArrayList 변환 로직에서 preference 변환 제거 * feat: 매칭 API 시즌 파라미터 추가 * feat: 필수 파라미터 누락시 에러 처리 추가 * test: 테스트용 임시 이메일 전송 삭제 * feat: 매칭 안된 결제 정보 환불 로직 생성 --------- Co-authored-by: 23tae <[email protected]>
- Loading branch information
1 parent
296e7ba
commit f43a277
Showing
5 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
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
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
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
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
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