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

[FEAT] erd 설계 내역 반영 #8

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

LEEJaeHyeok97
Copy link
Member

@LEEJaeHyeok97 LEEJaeHyeok97 commented Jan 7, 2025

관련 이슈

close #6

주요 변경 사항

주요 변경 사항에 대해 작성해주세요.

  • erd 설계한 내용을 반영하여 엔터티 코드를 작성하였습니다.

기타

고려해야 하는 내용을 작성해 주세요.

  • FK를 사용하지 않고 직접 관계된 엔터티의 id를 작성하는 방식으로 관계를 설정했습니다.
  • enum 클래스는 엔터티 패키지가 아닌 도메인 패키지에서 관리해 SRP를 지키도록 했습니다.

(향후 id 컬럼은 baseentity에서 함께 관리해도 좋을것 같습니다)

@LEEJaeHyeok97 LEEJaeHyeok97 added the ✨ feature New feature or request label Jan 7, 2025
@LEEJaeHyeok97 LEEJaeHyeok97 requested a review from kssumin January 7, 2025 07:10
@LEEJaeHyeok97 LEEJaeHyeok97 self-assigned this Jan 7, 2025
@LEEJaeHyeok97 LEEJaeHyeok97 linked an issue Jan 7, 2025 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] ERD 설계 내용을 반영한다
1 participant