codestates / codestates/nagaza-client

[Task] 기능 / 회원 가입 항목 체크 박스 / <checkBox>

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
client E: 1h feature High
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### ISSUE
- Group : 'server'
- Type : 'feature'
- Detail : 회원가입시 각 항목 적절성 검사 후 체크박스 활성화

### TODO
1. [ ] 정규식으로 이메일의 적절성을 검사해 '@, dot(.), com'등이 존재하는지 확인
2. [ ] 정규식으로 비밀번호가 영문,숫자,특수문자의 혼합 그리고 10글자를 넘었는지 확인
3. [ ] 각 항목이 빈칸인지 등을 확인
4. [ ] 각 항목이 해당되는 조건을 통과한다면 알맞은 체크박스 display

### Estimated time

### '1h'

### Labels
- Estimated time : 'E:1h'
- Group : 'client'
- Spirnt : 'bare#1'
- Urgencty : 'High'

Contributor guide

No contributing guide indexed for this repository

Research direction

No source file or test is named in the issue. Start by locating the client-side sign-up form and its validation flow, then implement checks for email, password, and blank fields and show the corresponding checkbox only when each condition passes. Done means all listed signup conditions control the checkbox display correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.