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

List All Product Price #9

Closed maruthu001 closed 1 year ago

maruthu001 commented 1 year ago

Feature : List All Price

User Story:

User can view the Price list.

Prerequisites:

Flow:

graph  TD;

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

B  -- Yes -->  C[Price DAO: Read All Price]

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

B  -- No -->  F[Price Service: Table Doesn't Exists ]
maruthu001 commented 1 year ago

Completed