fssa-batch3 / fssa-batch3/sec_b_inbalokesh.esakkipandi__corejava_project_2

List All products

Open
#6 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

## Module: Products

- [ ] Create Product table
- [ ] Create Product Price table
- [ ] Create Product model
- [ ] Create Product Price model

### Feature 2: List All Products

#### Pre-requisites:
- [ ] Product Service(getAll)
- [ ] Product Price DAO(getPrices)
- [ ] Product DAO(findAll)

#### Flow:
```mermaid
graph TD;
A["Product Service: GetAll Product"] --> B["FindAll User"]
B -- Yes --> C[Product Price DAO : Get Price]
B -- No --> D["Return null"]
C --> E[Returns All Product]
```

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.