fssa-batch3 / fssa-batch3/sec_b_mathivanan.pachiyappan__corejava_project_2

List all user

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Feature: List all Users
>List all user in a database.
#### Pre-requisites:
- [ ] complete create User feature
- [ ] user table
- [ ] User DAO( list All Users)
- [ ] User service ( list All ( ) )

#### Flow:
```mermaid
graph TD;

A[User Service: List of Users] --> B[Form Validation]

B -- Yes --> C[Business Validation]
B -- No --> G[Throws Exception]

C -- Yes --> D[User DAO: List of Users]
C -- No --> F[User Service: Users Not Found]

D --> E[User Service: List of Users]

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.