Skip to content
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

Merged
merged 5 commits into from
Feb 23, 2024

Conversation

Goder-0
Copy link
Member

@Goder-0 Goder-0 commented Feb 23, 2024

📝 PR 타입

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 리팩토링
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📝 반영 브랜치

📝 변경 사항

다음과 같은 기준으로 변경하였습니다.

  1. Entity @NotNull 제거
  • Wrapper 클래스 사용하는 일부 Long, Boolean 타입 변수들을 Primitive Type으로 변경하였습니다.
  1. @ColumnDefault 유지, java Default Value 사용
  2. @DynamicInsert 제거
  3. Enum 타입들에 name 필드 추가

📝 테스트 결과

테스트는 따로 하지 않았습니다.

📝 To Reviewer

프론트 분들께 Enum에 관하여 여쭤본 결과 한글로 보다 직관적인 것이 좋다고 말씀하셔서 name 필드를 추가하였습니다.
추후, ResponseDto에서도 String 타입으로 제공해야 할 것 같습니다.

@Goder-0 Goder-0 added Priority: Low 우선순위: 낮음 Status: Review Needed 상태: 리뷰 대기중인 상태 Type: Refactor 유형: 리팩터링 labels Feb 23, 2024
@Goder-0 Goder-0 self-assigned this Feb 23, 2024
@mikekks mikekks self-requested a review February 23, 2024 12:33
Copy link
Contributor

@mikekks mikekks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다! ENUM 관련해서 먼저 제안해주셔서 바꾼 것 좋습니다!

Comment on lines +81 to +82
//최대학점
private double maxGpa = 4.5;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요기 데이터는 지금 당장 사용하는 데이터인가요?? 아니면 나중을 생각하고 만드신 부분일까요??

Copy link
Member Author

@Goder-0 Goder-0 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저희 UI가 최대 학점이 되어있다고 생각되어 필요한 정보라고 생각했는데요! 혹시 어떻게 생각하시나요?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아하 넵 좋은 것 같습니다. 4.3은 나중에 고려하도록 하죠..ㅋㅋㅋ

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

머지하셔도 될 것 같습니다!

@Goder-0 Goder-0 merged commit 9034cd0 into develop Feb 23, 2024
1 check passed
@Goder-0 Goder-0 deleted the feat/#42_modify_entity_type branch April 14, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low 우선순위: 낮음 Status: Review Needed 상태: 리뷰 대기중인 상태 Type: Refactor 유형: 리팩터링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] Entity 래퍼 타입에서 원시 타입으로 변경
2 participants