fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2
Delete flight
- 主要语言
- HTML
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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]
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。