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

소셜 유저 생성시 DB에 없는 랜덤 닉네임 부여 #76

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

jafacode
Copy link
Collaborator

@jafacode jafacode commented Jan 31, 2025

✨ 주요 변경 사항

  • 백엔드: Spring Boot 관련 기능 추가/수정
  • 프론트엔드: React 관련 UI/UX 구현/수정
  • 테스트: 신규 테스트 케이스 작성 또는 기존 수정
  • 기타: <기타 작업 내용을 입력하세요>

📋 작업 내용

추가/변경된 내용

  • 소셜 유저 생성할때 유저에게 랜덤생성된 닉네임 부여

작업 상세 설명

  1. 노멀 유저와 다르게 이미 소셜 계정에서 쓰고 있던 이름을 닉네임으로 가져오는 방식이였는데, 이런 경우 노멀 유저와 이름이 겹쳐 DB에서 문제가 생길 수 있기 때문에 아예 소셜 닉네임을 랜덤 부여. (이때 DB에 있는 닉네임과 확인하여 부여)

✅ 체크리스트

  • 코드가 잘 빌드됨
  • Linter
  • 모든 테스트 통과
  • kanban update

@jafacode jafacode merged commit 111e760 into main Jan 31, 2025
4 checks passed
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.

1 participant