fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

List all flight

Ouverte
#8 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
HTML
Étoiles
0
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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]
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.