fssa-batch3 / sec_b_jabezraja.rajachandrasekar__corejava_project_2

1 stars 0 forks source link

Update Product #6

Open JABEZRAJA opened 1 year ago

JABEZRAJA commented 1 year ago

User story :

Product details will successfully update and store in database.

Pre-requisites:

Validations:

Messages:

Flow:

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


graph TD;  

A(ProductService - int id, String name) --> 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)  
fwsa-devops commented 1 year ago

21-08-2023

JABEZRAJA commented 1 year ago