fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

Find by Source, destination and start time

オープン
#10 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
HTML
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

### Feature: List all flight with source and destination and start time
>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)
* time(>current time)
- [ ] Business Validation
* check the flight table.
#### Messages:
* Invalid src input
* Invalid destination input
* Invalid Time 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 を短くまとめたダイジェスト。