fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

Find by Source and destination

未关闭
#9 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
HTML
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

### Feature: List all flight with source and destination
>Create a new flight in a database.
#### Pre-requisites:
- [ ] complete create flight feature
- [ ] Flight DAO( listFlightWithCondition Flight )
- [ ] Flight service ( listFlightWithCondition (String src, String destination, int Day) )
#### Validations:
- [ ] Form Validation
* update( Flight flight )
* src( null, empty)
* destination( null, empty)
- [ ] Business Validation
* check the flight table.
#### Messages:
* Invalid src input
* Invalid destination input
#### 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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。