-
Notifications
You must be signed in to change notification settings - Fork 0
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] 예약 취소 요청 구현 #42
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.
빠르다 정확하다 깔끔하다!
@@ -6,7 +6,8 @@ | |||
|
|||
@RequiredArgsConstructor | |||
public enum ReservationSuccessType implements SuccessType { | |||
RESERVATION_MEMBER_DEFAULT_INFO_GET_SUCCESS(HttpStatus.OK, "회원의 기본 예약 정보 조회에 성공하였습니다."); | |||
RESERVATION_MEMBER_DEFAULT_INFO_GET_SUCCESS(HttpStatus.OK, "회원의 기본 예약 정보 조회에 성공하였습니다."), |
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.
SUCCESS_GET_MEMBER_DEFAULT_RESERVATION
SUCCESS_CANCLE_RESERVATION
이런 변수명은 어떤지,,(사실 취향 차이같아요 ㅋㅋ) 보다보니 궁금한 게 회원 기본 예약 정보 조회와 예약 취소 성공은 같이 상태 구분에 쓰이는 케이스가 아니고 그냥 단지 성공했다는 공통점만 존재하는 것 같은데 왜 enum 클래스로 묶으신 건지 궁금해요.
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.
🛄 PR 타입
🛄 반영 브랜치
🛄 변경 사항
🛄 테스트 결과
🛄 MEMO