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

닉네임이 unique할 경우에만 변경할 수 있도록 한다. #186

Open
3 tasks
YebinK opened this issue Sep 8, 2020 · 1 comment
Open
3 tasks
Labels
🐬 Front frontend 관련 새로운 기능 🛠 Refactoring 기존 코드 개선 작업

Comments

@YebinK
Copy link
Collaborator

YebinK commented Sep 8, 2020

목적

상세 작업내용

  • 회원가입 시 닉네임 변경을 강제하지 않는다.
    • (unique하다면 카카오톡 닉네임을 그대로 사용할 수 있다)
  • unique한 닉네임일 경우에만 "확인" 버튼을 누를 수 있게 한다.

주의사항

  • 사용자의 최초 닉네임 변경 시 (회원 가입하자마자) 취소저장 버튼을 눌렀을 때 무조건 updatedAt이 업데이트되게 한다.
  • 이후 닉네임 변경 창은 createdAt과 updatedAt이 같은 경우에만 띄워준다.
@YebinK YebinK added 🐬 Front frontend 관련 새로운 기능 🛠 Refactoring 기존 코드 개선 작업 labels Sep 8, 2020
@LTTTTTE
Copy link
Collaborator

LTTTTTE commented Sep 8, 2020

unique한 닉네임일 경우에만 "확인" 버튼을 누를 수 있게 한다 -> 무수한 api 요청
확인버튼을 눌렀을때 unique여부를 확인하여 snackbar등 알려준다 -> 적은 api 요청
이라 생각합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐬 Front frontend 관련 새로운 기능 🛠 Refactoring 기존 코드 개선 작업
Projects
None yet
Development

No branches or pull requests

2 participants