feat(fe): impl verification logic for whitelist removal#3552
Conversation
There was a problem hiding this comment.
Code Review
This pull request significantly expands the SignUpPage component, introducing features such as user ID and nickname availability checks, email verification with a timer, and dynamic selection for jobs, universities, and majors. It also integrates the korea-universities library and adds SKKU-specific registration logic. Feedback highlights a mismatch between password validation regex and its associated messages, suggests using the json option in API calls for consistency, and recommends adding error handling to the onSubmit function to improve the user experience.
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
| <div className="relative flex-1"> | ||
| <input | ||
| type="text" | ||
| placeholder="신나는 청사과" |
There was a problem hiding this comment.
기본 닉네임은 제가 임의로 작성했던거라, 우아한 형제들이 제공하는 기능을 활용하면 닉네임 placeholder를 그 중 하나로 변경하면 될거 같습니다!
|
[화면 기반 수정사항입니다!]
|
|
❗ Syncing Preview App Failed Application: |
|
main이 아니라 |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
korean-random-names-generator 닉네임 생성 패키지를 설치하고 placeholder를 변경했습니다. 아래는 지난 회의 노션에 기록된 기획 관련 수정 사항입니다.
|
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |
@nhjbest22 stage 백엔드가 아직 main 기준으로 배포되어 구버전 코드가 실행 중이어서 Preview 페이지와 로컬 환경에서 외부 이메일로 전송이 실패하고 있습니다. 프론트엔드 테스트 목적으로 해당 백엔드 PR만이라도 먼저 main에 머지하는 게 가능할까요? |
|
✅ Syncing Preview App Succeeded Application: |
59c73ef to
f308a97
Compare
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
Description
아이디 중복 확인, 이메일 인증, 닉네임 자동 생성, 직업 드롭다운, 대학교 검색 기능을 구현했습니다. 닉네임 중복 확인은 백엔드 API가 없어서 아직 구현하지 못했어요.
성균관대학교 선택 시 이메일 도메인이 @skku.edu로 고정되고 학과 검색과 학번 입력 필드가 추가됩니다. 그 외 대학교는 자유 이메일 입력이고 학과, 학번 항목은 표시되지 않습니다.
Additional context
closes TAS-2691
Before submitting the PR, please make sure you do the following
fixes #123).