fssa-batch3 / fssa-batch3/sec_b_dhanush.selvam__corejava_project_2

View All Request

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

Description

### Feature: View All Requests
#### User Story:
* User can see all request

#### Pre-requisites:
- [ ] Module 2 Feature 1
- [ ] Implement Request DAO (viewAll)

#### Validations:
- [ ] Business Validation
* Request table must be already exist

#### Messages:
* Table not Found

#### Flow:
```mermaid
graph TD;
A[Request Service: View All Request]
A --> C{Checking Request table exist}
C -- Yes --> D[Request DAO: View All Requests]
D --> E[Request Service: Display the data]
C -- No --> F[Request Service: Invalid table name]
```

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.