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

[Mypage/be] 마이페이지 api 처리 기능 구현 #58

Merged
merged 12 commits into from
Nov 17, 2023

Conversation

GeunH
Copy link
Collaborator

@GeunH GeunH commented Nov 17, 2023

주요 작업

마이페이지 기능 구현

완료한 task 명세

  • 메인 마이페이지 화면 데이터 요청 응답
  • 수정 마이페이지 화면 데이터 요청 응답
  • 수정한 마이페이지 데이터 업데이트 요청 응답
  • 회원탈퇴 요청 응답
  • 마이페이지 swagger 문서화

Related to Issue : #35 #18 #57 #19 #23

@GeunH GeunH added feat 기능 구현 refactor 코드,구조 개선 BE 작업범위 : BackEnd labels Nov 17, 2023
@GeunH GeunH added this to the 마이페이지 milestone Nov 17, 2023
@GeunH GeunH requested a review from LeeTH916 November 17, 2023 08:16
@GeunH GeunH self-assigned this Nov 17, 2023
@GeunH GeunH removed this from the 마이페이지 milestone Nov 17, 2023
@GeunH GeunH changed the title [Mypage/be] 마이페이지 기능 구현 [Mypage/be] 마이페이지 api 처리 기능 구현 Nov 17, 2023
- isEmailDuplicate
- isNickNameDuplicate
위 두 로직을 통해 사용자 정보를 업데이트 할 때에 email과 nickname을 같이 업데이트 할지를 결정하고

응답에서는 return { isEmailDuplicate: isEmailDuplicate, isNickNameDuplicate: isNickNameDuplicate }을 통해 어떤 정보를 업데이트했는지 프론트엔드 개발자에게 전달.
@GeunH GeunH force-pushed the feature/be-mypage branch from 9926e5e to cf3ddd5 Compare November 17, 2023 09:02
@LeeTH916 LeeTH916 merged commit 5e7527e into boostcampwm2023:feature/be-mypage Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 작업범위 : BackEnd feat 기능 구현 refactor 코드,구조 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants