483759 / 483759/escape-sequence
방탈출 카페 계정으로 회원가입을 할 수 있다
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
#### Requirements
- 아이디, 비밀번호, 방탈출 카페 이름, 주소, 전화번호 정보를 기입하여 회원가입 할 수 있다.
- 위의 정보 중 하나라도 기입하지 않으면 회원가입할 수 없다.
- 이미 존재하는 아이디로는 가입할 수 없다.
- 비밀번호는 8자 이상, 30자 미만이어야 한다.
#### Plus
- 주소는 대한민국 내에 있는 지역이어야 한다.
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for user registration endpoints and models, likely in a controller or service layer. The validation logic for required fields, duplicate usernames, password length, and Korean address must be implemented. Check existing tests for user creation to understand the expected behavior and data flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 40/100