Uh oh!
There was an error while loading. Please reload this page.
feat: SIGN-UP 화면 Figma PWF v3 정합 - #187
Merged
Merged
Conversation
- 필드 순서를 Figma대로 이름 → 업무용 이메일 → 회사명 → 비밀번호 → 비밀번호 확인으로 재배치, 라벨 문구도 맞춤 - 비밀번호 강도 미터 추가 (길이·문자 조합 기준 3단계 클라이언트 계산, passwordStrength.ts) - 약관 동의 체크박스 3개 추가: [필수] 서비스 이용약관 동의, [필수] 개인정보 수집 및 이용 동의, [선택] 제품 소식 수신 — 필수 두 개 미동의 시 제출 차단(클라이언트 검증만, 서버에 동의 이력 저장은 server #55 범위) - 이메일/비밀번호 입력에 leading 아이콘 + 비밀번호 표시/숨김 토글 추가 (LOGIN #181과 동일 패턴, Checkbox/EyeIcons/FieldIcons 재사용) - 좌측 프로모 헤드라인 "회사 업무 공간을 안전하게 시작하세요."로 교체, 기존 benefits 불릿 리스트는 Figma에 없어서 제거 - 제출 버튼 문구 "회원가입" → "계정 만들기"로 Figma에 맞춤 Closes#182
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
뭘 했나
Figma SIGN-UP(
node 1290:125, Ready for Dev) 기준으로 맞춤. LOGIN(#181)에서 만든 Checkbox/EyeIcons/FieldIcons 그대로 재사용.테스트
npm run lint && npm run test -- --run && npm run build전부 통과 (295개)Closes#182