fssa-batch3 / fssa-batch3/sec_a_nithyashri.rameshbabu__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:
- [ ] findUserByEmail()
### Service:
- [ ] loginUser()
### Test:
TestLoginFeature
- [ ] testLoginSuccess()
- [ ] testLoginFail()
### Estimation
6 hrs
### 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.