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

[#44] 회원 탈퇴 api #60

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

[#44] 회원 탈퇴 api #60

wants to merge 8 commits into from

Conversation

Jake1152
Copy link
Member

📝 작업 내용

  • 회원 탈퇴 처리, 유저 관련 데이터 삭제

⭐️ 중점적으로 봐야 할 부분

  • 유저가 푼 문제들, 유저의 점수, 유저 정보들을 삭제했습니다.

image

image

image

- endpoint 수정 /users => /users/account
- mysql/promise로 require 받은 것, query(), promise().query() 이슈 처리
- 내가 1등인 경우 near ranker 로직에 에러 있던 것 수정
- 같은 동작을 하는 validator, trim 미들웨어 삭제
- 트랜젝션 코드 내에서 await를 하지 않고 query를 써서 발생하는 에러 잡지
  못하는 이슈 수정
@Jake1152 Jake1152 added the feat label Sep 13, 2024
@Jake1152 Jake1152 self-assigned this Sep 13, 2024
@Jake1152 Jake1152 linked an issue Sep 13, 2024 that may be closed by this pull request
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

회원 탈퇴 api
1 participant