-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 주간 일정 설정 로직 작성 * chore: 사소한 코드 수정 * feat: 예약 가능 날짜 확인 API * feat: 예약관리 API * feat: 누락된 예외 적용 * refactor: 수정사항 적용 * Update src/main/java/com/keunsori/keunsoriserver/domain/reservation/service/ReservationService.java chore: 코드 정리 Co-authored-by: Everdu <[email protected]> * chore: 코드 수정 * chore: 코드 수정 * refactor: DayOfWeekUtil 작성 * chore: 메서드 리네이밍, 위치 변경 * feat: 관리자 예약조회 허용 * chore: 주간 스케줄 시간 검증 추가 * feat: 주간설정 조회시 없으면 isActive=false로 반환 * feat: 가입승인일 설정 * refactor: 일자별 시간 범위 밖 예약 삭제 * chore: 메서드 리네이밍 * chore: 코드 수정 --------- Co-authored-by: Everdu <[email protected]>
- Loading branch information
1 parent
40fa117
commit 46eadf0
Showing
6 changed files
with
40 additions
and
10 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