fssa-batch3 / fssa-batch3/sec_b_vigneshwar.vijayakumar__corejava_project_2

Update Room Details

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

> 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.