fssa-batch3 / fssa-batch3/sec_b_maruthan.alagar__corejava_project_2
List all Users
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature : List All Users
#### User Story:
User can view the Customer List.
#### Prerequisites:
- [ ] Complete User Module Feature 1.
- [ ] Implement User DAO (Find All)
#### Validations:
##### Business Validation:
- [ ] Check the User table is already exists or not.
#### Messages:
- User Table Not Found.
#### Flow:
```mermaid
graph TD;
A[User Service: Find All User] --> B{Business Validation}
B -- Yes --> C[User DAO: Read All Users]
C --> D[User Service: Display User Details ]
B -- No --> F[User Service: Table Doesn't Exists ]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.