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

[BSVR-127] 멤버 Entity 변경 #37

Merged
merged 3 commits into from
Jul 17, 2024
Merged

[BSVR-127] 멤버 Entity 변경 #37

merged 3 commits into from
Jul 17, 2024

Conversation

wjdwnsdnjs13
Copy link
Member

📌 개요 (필수)

  • KAKAO 개인 정보 정책으로 인한 Entity 변경

🔨 작업 사항 (필수)

  • MemberEntity 변경
  • Member 변경
  • Enum 추가
    • SnsProvider, MemberRole

@wjdwnsdnjs13 wjdwnsdnjs13 added ♻️ Refactor 코드 리팩토링 및 구조 개선 🚀 Self Approve 빨리 merge가 필요한 경우, 코드 리뷰를 생략했다는 의미로 추가해요. 남용하지 말 것. labels Jul 17, 2024
@wjdwnsdnjs13 wjdwnsdnjs13 self-assigned this Jul 17, 2024
Copy link

github-actions bot commented Jul 17, 2024

Test Results

38 tests  ±0   38 ✅ ±0   0s ⏱️ ±0s
14 suites ±0    0 💤 ±0 
14 files   ±0    0 ❌ ±0 

Results for commit ced1311. ± Comparison against base commit a674d24.

♻️ This comment has been updated with latest results.

Comment on lines +9 to +12
ROLE_USER("ROLE_USER"),
ROLE_ADMIN("ROLE_ADMIN");

private final String value;
Copy link
Collaborator

Choose a reason for hiding this comment

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

enum name이랑 value가 동일한 것 같은데, value를 두는 이유가 있을까?!

ROLE_USER, ROLE_ADMIN; << 이렇게 관리해도 될 듯해!

@Getter
@AllArgsConstructor
public enum SnsProvider {
KAKAO("KAKAO");
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기도 마찬가지!

Copy link
Collaborator

@EunjiShin EunjiShin left a comment

Choose a reason for hiding this comment

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

LGTM! 코멘트 남긴것 나중에 여유 생기면 확인해주어~~

@EunjiShin EunjiShin merged commit c75652c into main Jul 17, 2024
4 checks passed
@EunjiShin EunjiShin deleted the feat/BSVR-127 branch July 17, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 코드 리팩토링 및 구조 개선 🚀 Self Approve 빨리 merge가 필요한 경우, 코드 리뷰를 생략했다는 의미로 추가해요. 남용하지 말 것. size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants