fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

Delete flight

Đang mở
#6 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
HTML
Star
0
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Feature: delete flight

#### Pre-requisites:
- [ ] Complete create flight feature
- [ ] Flight DAO( delete Flight )
- [ ] Flight service ( delete (String flightNo ) )
#### Validations:
- [ ] Form Validation
* delete ( Flight flight )
* flightNo(null, empty)
- [ ] Business Validation
* check the flight Already exists
#### Messages:
* Invalid flightNo input
* flight not exists
#### Flow:
```mermaid
graph TD;

A[Value Passed to Flightservice - flight Object] --> B[Form Validation]
B-->C[ Business Validation]

C--> D{Validation Result}

D -- Valid --> E[Value Passed to flightDAO]

E --> F[update active status in Database]

D -- Invalid --> G[Validation Exception]
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.