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/138] 회원 API 관련 기능 추가 개발 #141

Merged
merged 6 commits into from
Aug 10, 2024
Merged

Conversation

rimi3226
Copy link
Contributor

@rimi3226 rimi3226 commented Aug 9, 2024

🚀 개요

회원 API 관련 기능 추가 개발

🔍 변경사항

  • 이메일 인증 시 나타나는 html 변경
  • Member 엔티티에 개인정보처리 동의 선택 추가
  • jwt 토큰 없는 회원 조회 API 개발
  • 중복 확인 없는 이메일 인증 API 추가

⏳ 작업 내용

  • matchingDTO에서 manner 제거
  • jwt 토큰 없이 회원 조회하기 API 생성
  • 로그인 시 프로필 이미지 정보 response에 추가
  • gitignore에 generated 폴더 추가 (Q엔티티 깃 X)
  • 개인정보동의 선택 유무 DB에 추가
  • 중복확인 없는 이메일 인증 API 추가
  • 이메일 인증 html 변경

📝 논의사항

@rimi3226 rimi3226 requested review from Eunjin3395 and hzee97 August 9, 2024 21:36
@rimi3226 rimi3226 self-assigned this Aug 9, 2024
@rimi3226 rimi3226 linked an issue Aug 9, 2024 that may be closed by this pull request
4 tasks
Copy link
Contributor Author

@rimi3226 rimi3226 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

@Eunjin3395 Eunjin3395 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@rimi3226 rimi3226 merged commit 4efe342 into develop Aug 10, 2024
@rimi3226 rimi3226 deleted the feat/138 branch August 10, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 회원 관련 API 기능 추가 및 수정
3 participants