-
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.
* add: BaseTimeEntity 추가 * feat: 공동모임장인 모임도 조회할 수 있도록 구현 * fix: co_leader로 수정 * test: test data 추가 * refactor: 내가 신청한 모임 정렬 조건 추가 * test: Mock 테스트 삭제 - 이제 해당 케이스들이 통합테스트로 커버됨. * test: 내가 만든 모임 조회, 내가 신청한 모임 조회 테스트 코드 작성 * refactor: 1. 모임장, 공동모임장의 경우 검증 로직 추가 2. LocalDateTime.now 부분 수정 * feat: 모임장, 공동모임장의 경우 검증 로직 구현 * test: 1. 모임장, 공동 모임장인 경우 모임 신청 테스트 코드 작성 2. 시간 수정으로 인한 일부 테스트 코드 수정 * test: 시간 수정으로 인한 일부 테스트 코드 수정 * fix: clearAutomatically = true 추가 * fix: User -> userId 변경 * test: '모임 수정', '모임 삭제', '모임 지원자 상태 변경'에 공동모임장 관련 테스트 코드 작성 * test: 테스트 시퀀스 및 데이터 일부 수정
- Loading branch information
Showing
18 changed files
with
650 additions
and
402 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
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
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
Oops, something went wrong.