fssa-batch3 / fssa-batch3/alsabana.sahubarali__corejava_project_2
User Module | Login Feature #2
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### DAO:
- [ ] isLogin
### Service:
- [ ] loginUser
### Service Tests
TestLoginFeature
- [ ] testLoginSuccess
- [ ] testLoginFail
### FlowChart
```mermaid
A[Start]
B[Display Login Form]
C[User Enters Email and Password]
D[Validate Input]
E{Validation Successful?}
F[Check Credentials]
G{Credentials Valid?}
H[Redirect to Product Page]
I[Show Error Message]
J[End]
end
A --> B
B --> C
C --> D
D --> E
E -- Yes --> F
F --> G
G -- Yes --> H
G -- No --> I
I --> B
H --> J
E -- No --> I
F --> I
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.