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

Login Shop #23

Closed maruthu001 closed 11 months ago

maruthu001 commented 12 months ago

Feature 3: Shop Login

User Story:

User Can Login with shop details .

Prerequisites:

Form Validation:

Flow:

graph  TD;

A[Shop Service: Login Shop]  -->  B[Form Validation]

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

C  -- Yes -->  D[Shop DAO: Login Shop]

D  -->  E[Shop Service: Shop Login ]

C  -- No -->  F[Shop Service: Unable to login with Shop Details ]
maruthu001 commented 11 months ago

Completed :)