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

인증 / 프로젝트 생성 간 발생했던 문제들 수정 #210

Merged
merged 9 commits into from
Nov 30, 2024
Merged

Conversation

PMtHk
Copy link
Collaborator

@PMtHk PMtHk commented Nov 30, 2024

관련 이슈 번호

close #206

작업 내용

  • 회원가입 띄어쓰기 등 제한
  • 회원가입 간 서버와 클라이언트 조건 일치시키기
  • 프로젝트 생성 조건 완화(한글/영어/숫자/-/_)
  • 멤버 초대시 자동완성 검색 추가
    • 서버에서 전체 DB 를 모두 조회할 것 같아서, take 5 로 부분만 가져오도록 했습니다.
  • 파비콘 수정

고민과 학습내용

Select 를 사용하니, 검색 결과가 바로 반영되고, 바로 선택이 되는 문제가 있었습니다.
이는 Select 의 keyDown 이벤트와 관련이 있었습니다.

@PMtHk PMtHk added BugFix 문제 상황/오류 수정 FE 클라이언트 작업 labels Nov 30, 2024
@PMtHk PMtHk self-assigned this Nov 30, 2024
@PMtHk PMtHk linked an issue Nov 30, 2024 that may be closed by this pull request
Copy link
Collaborator

@iam454 iam454 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다 영어로 바꾸셨네요ㅋㅋ

@PMtHk PMtHk merged commit 516468e into dev Nov 30, 2024
1 check passed
@PMtHk PMtHk deleted the fix/#206 branch November 30, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFix 문제 상황/오류 수정 FE 클라이언트 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

인증 / 프로젝트 생성 시나리오 간 문제
3 participants