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] : 회원 엔티티와 회원가입 api 구현 절반 / 패키지 구조 변경 #20

Merged
merged 8 commits into from
Feb 16, 2024

Conversation

ParkJuhan94
Copy link
Contributor

📑 작업 상세 내용

  • 회원가입 API 관련한 서비스 메서드와, 밸리데이션, 엔티티를 보완하여 추가했습니다.
  • core 모듈의 패키지 구조를 변경했습니다.
  • 기존 레이어 -> 도메인
  • new 도메인 -> 레이어

💫 작업 요약

  • 회원 엔티티와 회원가입 api 구현 절반 / 패키지 구조 변경

🔍 중점적으로 리뷰 할 부분

  • 패키지 구조를 수동으로 변경해서 좀 힘들었는데, 실수한 부분 찾으시면 말씀해주세요!

@ParkJuhan94 ParkJuhan94 added feat New feature or request refactor 리팩토링 빠른 리뷰가 필요해요! labels Feb 15, 2024
@ParkJuhan94 ParkJuhan94 self-assigned this Feb 15, 2024
@Programmers-HandsUp Programmers-HandsUp deleted a comment from github-actions bot Feb 15, 2024
@Programmers-HandsUp Programmers-HandsUp deleted a comment from github-actions bot Feb 15, 2024
Copy link

Test Results

1 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 61038c8. ± Comparison against base commit a658d4a.

@hyun2371 hyun2371 self-requested a review February 16, 2024 01:12
Copy link
Member

@hyun2371 hyun2371 left a comment

Choose a reason for hiding this comment

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

고생 많으셨습니다! 궁금한 점 리뷰로 남겼어요~

@Pattern(regexp = "^[0-9a-zA-Z]([-_.]?[0-9a-zA-Z]){0,19}"
+ "@[0-9a-zA-Z]([-_.]?[0-9a-zA-Z]){0,19}+[.][a-zA-Z]{2,3}$",
message = "이메일 주소 양식을 확인해주세요")
String email,
Copy link
Member

Choose a reason for hiding this comment

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

@Pattern은 entity 내에서 Assert가 안되는건지 궁금합니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아 가능한데 빠트렸네요! 뒤에 PR 에서 첨가할게요~


public static String getNotEmptyMessage(String object, String variable) {
return object + "_" + variable + NOT_EMPTY_POSTFIX;
}
Copy link
Member

Choose a reason for hiding this comment

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

기존에 있던 파일 같은데, 패키지 구조 변경하면서 추가됐다고 나오는 걸까요??

Copy link
Contributor Author

@ParkJuhan94 ParkJuhan94 Feb 16, 2024

Choose a reason for hiding this comment

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

getNotEmpty�PostFix -> getNotEmptyMessage 제 기억이 맞다면 이렇게 변경했습니다!
메서드명이 너무 어색하더라구요

@hyun2371 hyun2371 merged commit 79e8551 into dev Feb 16, 2024
3 checks passed
@ParkJuhan94 ParkJuhan94 deleted the feat/#1/user-entity-join branch February 20, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request refactor 리팩토링 빠른 리뷰가 필요해요!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants