fssa-batch3 / sec_b_maruthan.alagar__corejava_project_2

https://fssa-batch3.github.io/sec_b_maruthan.alagar__corejava_project_2/
0 stars 0 forks source link

Find all recent bills #19

Open maruthu001 opened 1 year ago

maruthu001 commented 1 year ago

Feature : Find All Recent Bills

User Story:

User can View the recent Bills.

Prerequisites:

Validations:

Business Validation:

Flow:

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 ]
maruthu001 commented 1 year ago

Completed :)