fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

Find by Source

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Feature: List all flight with source
>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)
- [ ] Business Validation
* check the flight table.
#### Messages:
* Invalid src 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]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.