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

Bill details #20

Open maruthu001 opened 1 year ago

maruthu001 commented 1 year ago

Feature : Bill Details Creation

User Story:

User can create new Bill Details.

Prerequisites:

Validations:

Form Validation:
Business Validation:

Flow:

graph  TD;

A[Bill Details Service: Get bill details by bill ID]  -->  B[Form Validation]

B  -- Yes -->  C{Business Validation}
B -- No --> G[Throws Exception]

C  -- Yes -->  D[Bill Details DAO: Find bill details by bill ID]

D  -->  E[Bill Details Service: Display the Details ]

C  -- No -->  F[Bill Details Service: Bills not found ]
maruthu001 commented 1 year ago

Completed :)