fssa-batch3 / fssa-batch3/sec_b_vignesh.ramachandran__corejava_project_2

ListAll Dish

Open
#14 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 5: ListAll Dish
#### Admin story
Admin can find all Dishes.
#### Pre-requisites:
- Implement Category_Dish Service(getAll)
- Implement Category_Dish DAO(findAll)
- Complete Dish Service(findById)- int dish_id
- Complete Dish DAO(findById)- int dish_id

#### Flow:
```mermaid
graph TD;
A["Category_Dish Service: getAll dish_id"] -->
B["Category_Dish DAO: FindAll dish_id"]
B --> C["dishIdList created"]
C --> D["Store all dish_id in the dishIdList"]
D --> E["Dish DAO: findByDishId(dish_id)"]
E --> F["dishList created"]
F --> G["Store all dish details in the dishList"]
```

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.