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 구현 #37

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

peeerr
Copy link
Contributor

@peeerr peeerr commented Oct 3, 2024

📝 작업 내용

  • 로그인 시 이메일 -> 회원 번호로 수정
  • 회원 검색 시 닉네임으로만 검색 가능하도록 수정
  • soft delete 방식으로 회원 탈퇴 API 구현

🔗 관련 이슈

close #36

peeerr added 2 commits October 3, 2024 17:27
- 로그인 시 이메일 대신 회원 번호 사용
- 닉네임으로만 회원 검색 가능 (기존: 닉네임과 이메일)
@peeerr peeerr added the ✨ feat 기능 구현 label Oct 3, 2024
@peeerr peeerr self-assigned this Oct 3, 2024
@peeerr peeerr linked an issue Oct 3, 2024 that may be closed by this pull request
3 tasks
Copy link

github-actions bot commented Oct 3, 2024

Test Results

18 tests   18 ✅  1s ⏱️
 5 suites   0 💤
 5 files     0 ❌

Results for commit eebc7d9.

@peeerr peeerr merged commit 7a2ebb1 into weekly/5 Oct 3, 2024
3 checks passed
@peeerr peeerr deleted the feature/36-member-withdraw branch October 3, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 요구 사항 반영 및 회원 탈퇴 API 구현
1 participant