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 User Details #14

Open maruthu001 opened 1 year ago

maruthu001 commented 1 year ago

Feature 3 : Update User Details

User Story:

Shop can update User or Customer details.

Prerequisites:

Form Validation:

Messages:

Flow:

graph  TD;

A[User Service: Update User]  -->  B[Form Validation]

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

C  -- Yes -->  D[User DAO: Update User]

D  -->  E[User Service: User Successfully Updated]

C  -- No -->  F[User Service: User Not Found ]
maruthu001 commented 1 year ago

Completed :)