초대장 저장 기능 구현 완료 (알림톡 기능 추가 전)#39
Merged
khsrla9806 merged 10 commits intoSep 19, 2023
Merged
Conversation
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.
초대장 저장 기능 구현 #31
초대장 저장 로직 구현
Service 로직에 대한 테스트 코드 작성
Controller 요청에 대한 테스트 코드 작성
면접은 1명만 초대가 가능한 제한 조건
입력으로 들어온 공용장소(commonPlaceId)에 입력된 날짜, 시간 범위에 대한 예약 정보 개수를 가져옴
CommonPlaceId, 시작 날짜, 종료 날짜로 해당하는 모든 예약 정보를 가져오는 쿼리 메서드 구현
모든 조건이 맞다면 초대장(Invitation), 방문자(Visitors), 예약정보(InvitationReservationMap)를 저장