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

Feature/15 user #16

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Feature/15 user #16

merged 3 commits into from
Oct 30, 2023

Conversation

emilywin825
Copy link
Collaborator

Related Issue 🪢

Summary 🌿

  • 기존 User 엔터티에서 erd에 맞게 수정했습니다.
  • Grade(회원 등급)엔터티 생성했습니다.

Before i request PR review 🧤

  • 아직 User와 Grade 연관관계 설정은 하지 않았습니다.

Check Please🙏

  • User 엔터티에서 전공, 직무, 이력, 스킬 칼럼은 다중 입력이 가능해서 erd를 수정해야 할 것 같습니다. 테이블을 따로 빼던지, MySQL 5.7.8 버전부터 JSON 타입을 이용해 배열 데이터를 저장할 수 있다고 하는데 어떤 방법으로 하는 게 좋을까요?
    정해지는 대로 수정해 두겠습니다.

@emilywin825 emilywin825 added feat 새로운 기능을 추가 refactor 로직 변경없이 코드를 개선하는 리팩토링 민정🦫 labels Oct 29, 2023
@emilywin825 emilywin825 self-assigned this Oct 29, 2023
@OJOJIN
Copy link
Collaborator

OJOJIN commented Oct 30, 2023

User 엔터티에서 전공, 직무, 이력, 스킬 칼럼은 다중 입력이 가능해서 erd를 수정해야 할 것 같습니다. 테이블을 따로 빼던지, MySQL 5.7.8 버전부터 JSON 타입을 이용해 배열 데이터를 저장할 수 있다고 하는데 어떤 방법으로 하는 게 좋을까요?
-> 이거는 전공 직무 이력 스킬이 많이 조회될 것 같으면 같이 들고 있고 그렇게 많은 비중으로 검색되지 않는다면 테이블을 따로 빼도 좋을 것 같아요!

@emilywin825 emilywin825 merged commit 626a23a into develop Oct 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능을 추가 refactor 로직 변경없이 코드를 개선하는 리팩토링 민정🦫
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]회원 entity 수정, 등급 entity 생성
2 participants