fssa-batch3 / fssa-batch3/sec_b_vignesh.ramachandran__corejava_project_2
FindAll User
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature 4: FindAll
#### User story
User can see all User details.
#### Pre-requisites:
- Implements User Service(getAll( ))
- Implement User DAO(findAll( ))
#### Flow:
```mermaid
graph TD;
A["User Service: Findall User"] --> B["User DAO: Findall User"]
B --> C["Retrive all users"]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.