fssa-batch3 / sec_b_jabezraja.rajachandrasekar__corejava_project_2

1 stars 0 forks source link

List all Product by sub-category id #5

Open JABEZRAJA opened 1 year ago

JABEZRAJA commented 1 year ago

User story :

        User will get all the products by the Sub-category-id

Pre-requisites :

Validations:

Messages:

Flow:



graph TD;

 A[Product Service: Find all products by Sub-category_id] --> B[Form Validation]

  B -- Valid--> C[business validaton] -- Valid --> D["Product Dao : Find all products by Sub-category_id"]

  C -- Invalid --> F["Validation Exception [Product Service : Sub-category does not exist]"]

  B -- Invalid --> G["Validation Exception [Product Service : Invalid Sub-category_id]"]
JABEZRAJA commented 1 year ago

The "List all Product by sub-category id" feature has been successfully completed and is now prepared for QA