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

멤버 생성 및 이메일 템플릿 리팩토링 완료 #341

Merged
merged 3 commits into from
May 6, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented May 6, 2024

Summary

#340

[1]
중복되는 아이디, 연락처, 이메일의 여부를 확인하는 로직에서 모두 같은 예외를 던지고 있습니다.
때문에 예외명을 보고 구체적으로 어떤 문제인지 확인하기 어려움을 발견했고, 이를 리팩토링하고자 합니다.

[2]
로그인 URL이 변경됨에 따라 이메일 템플릿의 '로그인하러 가기' 버튼의 하이퍼링크 URL을 변경하고, 보다 쉽게 문의 가능하도록 /ask 페이지를 하이퍼링크로 등록합니다.

Tasks

  • 멤버 생성 API의 중복 확인 로직 예외 상세화
  • 멤버 생성 API 중복 검사 로직 최적화
  • 이메일 템플릿 개선

ETC

Screenshot

image
image
image

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label May 6, 2024
@limehee limehee self-assigned this May 6, 2024
@limehee limehee linked an issue May 6, 2024 that may be closed by this pull request
3 tasks
@limehee limehee merged commit f48f0b8 into develop May 6, 2024
1 check failed
@limehee limehee deleted the refactor/#340 branch May 6, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

멤버 생성 및 이메일 템플릿 리팩토링
1 participant