fssa-batch3 / fssa-batch3/sec_b_kishore.sugumar__corejava_project_2
Find All Bids
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature: Find All Bids
#### Pre-requisites:
* Bid table
* Bid entity
* Bid model
* Bid Dao(find all bids)
* Bid service
#### Validations:
* Form Validation
* product id ( null, empty, pattern )
* Business Validation
* product does exists or not
#### Message:
* Product id can't null or empty
* Product does not exists
#### Flow:
```mermaid
graph TD;
A(BidService) --> B(BidDAO to reterive data)
B --> C(Get all bids from Database)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.