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

Create User #12

Open maruthu001 opened 1 year ago

maruthu001 commented 1 year ago

Feature : User Creation

User Story:

Shop can create new User or Customer .

Prerequisites:

Form Validation:

Flow:

graph  TD;

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

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

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

D  -->  E[User Service: User Created ]

C  -- No -->  F[User Service: User Already Exists ]
maruthu001 commented 1 year ago

Completed :)