fssa-batch3 / fssa-batch3/sec_a_gopikannan.saravanan__corejava_project_2
User Module | Register Feature
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO:
- [x] createUser()
### Service:
- [x] registerUser()
### ServiceTest:
TestRegisterFeature:
- [x] testRegistrationSuccess
- [x] testRegistrationfail
### Estimation:
- 5 hrs
```mermaid
flowchart TD
A[Start]
B[User inputs name,mobileNo,email,password]
C[Validate Information]
D[Create User Account]
F[Finish]
A --> B
B --> C
C -->|Valid| D
C -->|Invalid| B
D --> F
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the User DAO's createUser() and the Service's registerUser() entry points, then read TestRegisterFeature with testRegistrationSuccess and testRegistrationfail. Confirm that registration validates name, mobile number, email, and password, creates an account for valid input, rejects invalid input, and that both tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100