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/user domain #4

Merged
merged 5 commits into from
Jul 5, 2023
Merged

Feat/user domain #4

merged 5 commits into from
Jul 5, 2023

Conversation

haen-su
Copy link
Member

@haen-su haen-su commented Jul 5, 2023

feat: user 관련 도메인 추가


📌 관련 이슈

#1 - 유저 관련 도메인 설계


🧭 작업 브랜치

feat/user-domain


📚 작업 내용

아래와 같은 user 관련 도메인을 추가했습니다.
User, Profile, Portfolio, Genre, ClassGenre, ProfileGenre, ProfileImage, ProfileVideo, PortfolioVideo


📝 상세 설명

  • ClassGenre에서 @ManyToOne 연결할 Class entity가 없어서 일단 빼놓았으니 pull 해서 추가하시면 됩니다
  • 피드백 받아서 Genre 테이블을 따로 빼고 ClassGenre, ProfileGenre 엔티티를 통해 다대다 관계를 풀었습니다
  • 요일과 해시태그는 테이블을 따로 생성하지 않고 필드로 두는 것으로 했습니다(수정 가능성 있음)

@haen-su haen-su merged commit aa04579 into develop Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant