fssa-batch3 / fssa-batch3/sec_b_vigneshwar.vijayakumar__corejava_project_2
List Rooms by No of Beds
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
#### Story:
> Can see list of rooms with no.of.beds
#### Pre-requisites:
- [ ] Create New Rooms must be completed.
- [ ] Rooms Model
- [ ] Rooms DAO (FindAllRoomsByNo.Of.Beds)
- [ ] Rooms Service (FindAllRoomsByNo.Of.Beds)
#### Flow:
```mermaid
graph TD;
A(Value Passed to RoomService, No.Of.Beds) -->D(Value Passed to RoomDAO)
D --> E(Getting Room Detail from Database)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.