fssa-batch3 / fssa-batch3/sec_b_kishore.sugumar__corejava_project_2

Find All Bids

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.