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

Update Shop Password #25

Closed maruthu001 closed 11 months ago

maruthu001 commented 11 months ago

Feature 4: Update Shop Password

User Story:

User Can Update shop Password .

Prerequisites:

Form Validation:

Flow:

graph  TD;

A[Shop Service: Update Shop Password]  -->  B[Form Validation]

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

C  -- Yes -->  D[Shop DAO: Update Shop Password]

D  -->  E[Shop Service: Update Shop Password ]

C  -- No -->  F[Shop Service: Unable to Change Shop Password ]
maruthu001 commented 11 months ago

Completed :)