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

이메일 중복 확인 기능 구현 #53

Merged
merged 10 commits into from
Feb 20, 2024
Merged

Conversation

uijin-j
Copy link
Contributor

@uijin-j uijin-j commented Feb 18, 2024

🎫 관련 이슈

Resolves #50

✅ 구현 내용

  • 이메일 중복 확인 서비스 작성
  • 이메일 중복 확인 컨트롤러 작성
  • 테스트 코드 작성

💬 코멘트

  • 기능이 간단해서 테스트 코드까지 같이 작성했습니다:)

@uijin-j uijin-j added 🚀 더 만들어봤슈 기능 구현 🌳 밥 좀 드셔유 천천히 리뷰 ✅ 테스트혀봤슈 빌드&테스트가 필요할 때 태그 labels Feb 18, 2024
@uijin-j uijin-j self-assigned this Feb 18, 2024
Copy link

📝 Jacoco Test Coverage

Overall Project 51.96% -1.96%
Files changed 58.97%

File Coverage
SignUpRequest.java 100% 🍏
CheckDuplicateResponse.java 100% 🍏
UserService.java 79.21% 🍏
UserController.java 9.3% -23.26%
SkillService.java 0% 🍏
CheckEmailRequest.java 0%
UserSummaryResponse.java 0% 🍏
UserSearchResponse.java 0% 🍏

Copy link
Contributor

@yenzip yenzip left a comment

Choose a reason for hiding this comment

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

코드가 정말 깔끔해서 피드백할 게 없네요!

고생 많으셨습니다 ❤️‍🔥

Copy link
Member

@Sehee-Lee-01 Sehee-Lee-01 left a comment

Choose a reason for hiding this comment

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

금방 구현해주셨네요ㅜㅜㅜ 너무너무 감사합니다!🥰

@@ -24,7 +24,7 @@ public SkillSearchResponse searchByName(String keyword) {
}

validateMaxLength(keyword, KEYWORD_MAX_LENGTH,
"최대 " + KEYWORD_MAX_LENGTH + "자의 키워드로 검색할 수 있습니다.");
"최대 " + KEYWORD_MAX_LENGTH + "자의 키워드로 검색할 수 있습니다.");
Copy link
Member

Choose a reason for hiding this comment

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

요 부분은 제가 MAX_SKILL_NAME_LENGTH라는 상수 만들어서 적용했는데 머지하고 나서 제가 확인해볼게유! 코드 탭 정돈까지 해주셔서 감사합니당!!🥰

Copy link
Contributor Author

Choose a reason for hiding this comment

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

충돌해결하면서 세희님 코드로 변경했습니다! 감사합니당!!🥰

import sixgaezzang.sidepeek.users.service.UserService;

@RestController
@RequestMapping("/users")
@Tag(name = "User", description = "User API")
@RequiredArgsConstructor
@Slf4j
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

Choose a reason for hiding this comment

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

제가 디버그하려고 넣어놨다가 삭제하는 것을 까먹었네용!
감사합니다:)

@Sehee-Lee-01 Sehee-Lee-01 linked an issue Feb 19, 2024 that may be closed by this pull request
2 tasks
@Sehee-Lee-01 Sehee-Lee-01 added this to the 🚀 2차 스프린트 milestone Feb 20, 2024
Copy link

📝 Jacoco Test Coverage

Overall Project 68.36% -1.93%
Files changed 54.29%

File Coverage
CheckDuplicateResponse.java 100% 🍏
UserService.java 100% 🍏
UserController.java 0% -25.64%
CheckEmailRequest.java 0%

@uijin-j uijin-j merged commit 3af26d9 into dev Feb 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ 테스트혀봤슈 빌드&테스트가 필요할 때 태그 🌳 밥 좀 드셔유 천천히 리뷰 🚀 더 만들어봤슈 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

이메일 중복 확인 기능 구현
3 participants