fssa-batch3 / fssa-batch3/sec_b_maruthan.alagar__corejava_project_2

Find all bills

Open
#17 1 comment 0 reactions 1 assignee Claimed by @suryaumapathy2812 View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Feature 2 : List All Bills
#### User Story:
User can view the Bill List.
#### Prerequisites:
- [ ] Complete Bill Module Feature 1.
- [ ] Implement Bill DAO (Find All)

#### Validations:
##### Business Validation:
- [ ] Check the Bill table is already exists or not.
#### Messages:
- Bill Table Not Found.

#### Flow:

```mermaid
graph TD;

A[Bill Service: Find All Bills] --> B{Business Validation}

B -- Yes --> C[ Bill DAO: Read All Bills]

C --> D[Bill Service: Display Bill Details ]

B -- No --> F[Bill Service: Bill Table Doesn't Exists ]
```

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.