fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2
List all flight
未关闭
- 主要语言
- HTML
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Feature: list all flight
#### Pre-requisites:
- [ ] complete create flight feature
- [ ] Flight DAO( listAll Flight )
- [ ] Flight service ( listAll ( ) )
#### Validations:
- [ ] Form Validation
- [ ] Business Validation
* check the flight table.
#### Messages:
* flighttable not exist
#### Flow:
```mermaid
graph TD;
A[Value Passed to Flightservice - flight Object] --> B[Form Validation & Business Validation]
B--> C{Validation Result}
C -- Valid --> D[Value Passed to flightDAO]
D --> E[display the data]
C -- Invalid --> F[Validation Exception]
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。