Non-Function #172
closed
Added by Jisoo Choi 12 months ago.
Updated 11 months ago.
Description
기존에 본인인증 CI 값으로 중복 가입에 대한 필터링 처리가 되어 있습니다.
현재는
1. 본인인증 완료(인증번호 입력 후 확인)
2. 회원가입 정보 모두 입력
3. '회원가입 완료' 버튼 클릭
을 할 때, 3에서 중복 가입 안내가 이루어지고 있습니다.
이 시점을 1로 변경하려고 합니다.
Files
- Tracker changed from QA to Non-Function
[APP] 회원가입 (/user/join)
1.이메일로 가입하기 (signup with email) > check duplicated signup on one phone
1) As-is
- Step 2 : phone verification
- after the verification is done, move to Step 3 > input user info page
- if save button clicks on Step 3 page, check if phone verification ci value (st_user.ci) was already registered
- if YES, alert error msg.(refer to attach image)
2) To-be
- Step 2 : phone verification
- when the verification is done, check if phone verification ci value (st_user.ci) was already registered
- if YES, alert error msg.
- Assignee changed from Deca Park to bryant bryant
[API] POST /api/chk_ci
1.spec
- refer to #32 > API-20231130
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
- Assignee changed from Deca Park to Jisoo Choi
- Status changed from Resolved to Closed
Also available in: Atom
PDF