fssa-batch3 / fssa-batch3/sec_b_vignesh.ramachandran__corejava_project_2
FindByMenuId
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Feature 2: Find By MenuId
#### Admin story
Admin can find menu by menu_id.
#### Pre-requisites:
- Implements Menu Service(findByMenuId( ))
- Implement Menu DAO(findByMenuId( ))
#### Flow:
```mermaid
graph TD;
A["Menu Service: Find By Menu Id"] --> B["Menu DAO: Find By Menu Id"]
B --> C["Retrive required menu"]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.