fssa-batch3 / sec_b_jabezraja.rajachandrasekar__corejava_project_2

1 stars 0 forks source link

Create Product #2

Open JABEZRAJA opened 1 year ago

JABEZRAJA commented 1 year ago

User story :

    Product will create successfully and the Product details will be stored in database.

Pre-requisites:

Validations:

Messages:

Flow:

Invalid When a Product 's name is already in use or when the input provided does not meet the criteria, Product arise.


graph TD;  

A(Product Service - Object Product ) --> B(Form Validation) -- Valid--> C(Business Validation) 
B -- Invalid --> H(Validation Exception) 
C -- Valid --> D(Argument Passed to ProductDAO)   
D --> F(Store Value in Database)  
C -- Invalid --> E(Validation Exception) 
JABEZRAJA commented 1 year ago

The "Create Product" feature has been successfully completed and is now ready for QA.