-
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
GTB-75 [feat] DTO 예외처리 수정 #87
Merged
Conversation
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
rootTiket
reviewed
Sep 16, 2024
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.
고생하셨습니다. 현재 구현 된 부분에서 크게 문제되는 부분은 없어보이네요 !
고생하셨습니다. 지금까지 구현된 부분에서는 이상 없어 보입니다. 남은 로직도 파이팅입니다👍 |
고생하셨습니다! 남은 로직도 잘 구현하신 것 같습니다! 추후에 여건이 된다면 다른 코드들도 스타일을 통일하면, 가독성에 큰 도움이 될 것 같습니다! |
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.
1. 무슨 이유로 코드를 변경했나요?
DTO 수정
날짜 표기 방식 변경
DateTimeFormatters
클래스를 별도로 생성하여, 해당 클래스에서 상수로 포맷팅을 관리하는 방식으로 적용하였습니다.정책 변경
삭제
추가
2. 어떤 위험이나 장애를 발견했나요?
3. 관련 스크린샷을 첨부해주세요.
시간 표기 방식 수정
사용자
어드민
4. 완료 사항
이슈 번호
close #86
5. 추가 사항
로직 변경
중복 주점에 대한 웨이팅 신청을 판별하는 로직을 람다 형식으로 변경하여 스타일을 통일하였습니다.
AS-IS
TO-BE