fssa-batch3 / fssa-batch3/sec_a_gopikannan.saravanan__corejava_project_2
User Module | Login Feature
Open
enhancement
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO:
- [x] findUserByEmail()
### Service:
- [x] loginUser()
### Test:
- [x] testLoginSuccess ()
- [x] testLoginFail ()
### Estimation
- 3hrs
### Flow
```mermaid
flowchart TD
A[Start]
B[User inputs email and password]
C[Validate Credentials]
D[Authenticate User]
E[Login Successful]
F[Login Failed]
G[Finish]
A --> B
B --> C
C -->|Valid| D
C -->|Invalid| F
D -->|Successful| E
D -->|Failed| F
E --> G
F --> G
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.