-
Notifications
You must be signed in to change notification settings - Fork 7
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
group 설정 추가로 @Validated 검증 로직 보완 #669
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.
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.
켬미 멋있어요~!
아직 컨트롤러 테스트 보완이 안되있어서 고민하다가 그래도 현재 fix하는 로직이 잘 작동하는지 확인하기 위해 dto 검증 테스트 코드 추가했습니다.
dto 검증 테스트 코드를 추가했다고 했는데, 본 PR의 커밋에서는 볼 수 없는건가요?
컨트롤러에 @validated로 설정되지 않은 곳에는 따로 그룹을 지정할 필요 없다고 생각해서 추가하지 않있습니다 |
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.
고생하셨습니다!
⚡️ 관련 이슈
close #667
📍주요 변경 사항
@Validated
으로 검증 로직을 작동시키기 위해 dto 필드에 group 설정 추가🎸기타
테스트 코드 추가
아직 컨트롤러 테스트 보완이 안되있어서 고민하다가 그래도 현재 fix하는 로직이 잘 작동하는지 확인하기 위해 dto 검증 테스트 코드 추가했습니다.
primitive type not null 로직
primitive type 은 null 일 수 없으니 NotNull 체크가 없어도 될 것 같은데 어떻게 생각하시나요?
Dto 단에서 추가해야하는 검증 로직