-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: 동방 예약 기능 구현 #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
배워갑니다!!! 짱이십니다👍👍👍
Reservation reservation = reservationRepository.findById(reservationId) | ||
.orElseThrow(() -> new GeneralException(ErrorStatus.RESERVATION_NOT_FOUND)); | ||
|
||
reservationRepository.deleteById(reservationId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
status에 CANCELLED를 만들어둔 것 같은데 status를 안쓰고 delete로 관리하신 이유가 있으신가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
죄송합니다 제가 추가해두고 깜빡했네요,,, 로직 수정하겠습니다!
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)