fssa-batch3 / fssa-batch3/sec_b_kishore.sugumar__corejava_project_2
Find All Products using Category
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature: Find All Products using Category
#### Pre-requisites:
* Product table
* Product entity
* Product model
* Product Dao
* Product service
#### Validations:
* Form Validation
* category ( null, empty, pattern)
#### Message:
* Category can't null or empty
* Input category does not match any of the four options.
#### Flow:
```mermaid
graph TD;
A(ProductService) --> B(ProductDAO to reterive data)
B --> C(Get all Products from Database)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.