fssa-batch3 / fssa-batch3/sec_b_vigneshwar.vijayakumar__corejava_project_2
Update Room Details
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> Can Update Room Details.
#### Pre-requisites:
- [ ] Feature: Create New Rooms must be completed.
- [ ] Rooms Model
- [ ] Rooms DAO (update)
- [ ] Rooms Service (update)
#### Validation:
- [ ] Form Validation
- Room ID ( <= 0 )
- Hotel Name (not null, not empty)
- Room Name (not null, not empty)
- Number of Beds (<= 0)
- Price (Positive integer)
#### Flow:
```mermaid
graph TD;
A(Value Passed to RoomService - RoomId ) -->B(Form Validation) -- Valid --> C(Business Validation)
B --Invalid --> H(Validation Exception)
C -- Valid--> D(Value Passed to RoomDAO)
D --> E(Retrieve result from Database)
C -- Invalid --> F(Validation Exception)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.