fssa-batch3 / fssa-batch3/sec_b_maruthan.alagar__corejava_project_2
Find all recent bills
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature : Find All Recent Bills
#### User Story:
User can View the recent Bills.
#### Prerequisites:
- [ ] Complete Bill Module Feature 1.
- [ ] Implement Bill DAO (Find All Recent Bills)
#### Validations:
##### Business Validation:
- [ ] Check the Bill and Bill Details Table Exists or Not.
- [ ] Check the Time zone and Select Last 10 Minutes Bills
#### Messages:
- Bill table not Found.
- Bill Details table not Found.
- There is no Recents Bills.
#### Flow:
```mermaid
graph TD;
A[Bill Service: Get Recent bills]
A --> C{Business Validation}
C -- Yes --> D[Bill DAO: Find all Recent Bills ]
D --> E[Bill Service: Display Recent Bills]
C -- No --> F[Bill Service: There is no recent bills ]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.