-
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
[CHORE] Entity 필드 Notnull 옵션 제거 및 primitive 타입 사용 #48
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.
고생하셨습니다! ENUM 관련해서 먼저 제안해주셔서 바꾼 것 좋습니다!
//최대학점 | ||
private double maxGpa = 4.5; |
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.
저희 UI가 최대 학점이 되어있다고 생각되어 필요한 정보라고 생각했는데요! 혹시 어떻게 생각하시나요?
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.
아하 넵 좋은 것 같습니다. 4.3은 나중에 고려하도록 하죠..ㅋㅋㅋ
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 타입
📝 반영 브랜치
📝 변경 사항
다음과 같은 기준으로 변경하였습니다.
@ColumnDefault
유지, java Default Value 사용@DynamicInsert
제거📝 테스트 결과
테스트는 따로 하지 않았습니다.
📝 To Reviewer
프론트 분들께 Enum에 관하여 여쭤본 결과 한글로 보다 직관적인 것이 좋다고 말씀하셔서 name 필드를 추가하였습니다.
추후, ResponseDto에서도 String 타입으로 제공해야 할 것 같습니다.