fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2
List all flight
- Lingua principale
- HTML
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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]
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.