Skip to content

[Feat] 닉네임 중복 확인 API 추가 · 중복 방지 로직 #106#112

Merged
SJ-PARKs merged 3 commits intodevelopfrom
feat/#106_check_username_api
Aug 15, 2025
Merged

[Feat] 닉네임 중복 확인 API 추가 · 중복 방지 로직 #106#112
SJ-PARKs merged 3 commits intodevelopfrom
feat/#106_check_username_api

Conversation

@SJ-PARKs
Copy link
Copy Markdown
Contributor

🚀 개요

마이페이지에서 닉네임 사용 가능 여부를 확인하는 API를 추가하고, 실제 변경 시에도 중복을 방지하도록 서비스/레포지토리를 보강

📌 관련 이슈

⏳ 작업 내용

  • API 추가, 액세스 토큰 필요(본인 식별 목적), “본인 닉네임”은 중복으로 간주하지 않음
  • updateUsername(...)에서 동일값(대소문자/공백 무시) 변경 스킵, 타 유저 중복 시 MYPAGE_USERNAME_DUPLICATED(409)

📸 스크린샷

📝 참고 사항

📌 참고 자료

@SJ-PARKs SJ-PARKs linked an issue Aug 15, 2025 that may be closed by this pull request
3 tasks
@SJ-PARKs SJ-PARKs self-assigned this Aug 15, 2025
@SJ-PARKs SJ-PARKs merged commit 29b9670 into develop Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 닉네임 중복 확인 API 추가 및 중복 방지 로직 추가

1 participant