fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

Delete flight

Open
#6 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: delete flight

#### Pre-requisites:
- [ ] Complete create flight feature
- [ ] Flight DAO( delete Flight )
- [ ] Flight service ( delete (String flightNo ) )
#### Validations:
- [ ] Form Validation
* delete ( Flight flight )
* flightNo(null, empty)
- [ ] Business Validation
* check the flight Already exists
#### Messages:
* Invalid flightNo input
* flight not exists
#### Flow:
```mermaid
graph TD;

A[Value Passed to Flightservice - flight Object] --> B[Form Validation]
B-->C[ Business Validation]

C--> D{Validation Result}

D -- Valid --> E[Value Passed to flightDAO]

E --> F[update active status in Database]

D -- Invalid --> G[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.