fssa-batch3 / fssa-batch3/sec_a_kamalesh.srinivasan__corejava_project_2
User module | Register feature
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### User Story:
As a user. I want to create a new user. this will allow user to create new user. I expect this will print user successfully created.
DAO:
- [x] createUser
Service:
- [x] registerUser
ServiceTest:
- [x] TestRegisterFeature
### flow
```mermaid
graph TD;
A[User Service: Create User] --> B[Validation]
B --> C{Unique Email Check}
C -- Yes --> D[User Service: Email Already Exists]
F --> E[User Service: User Created]
C -- No --> F[User DAO: Create User]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.