fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2

List all flight

Open
#8 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

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing create-flight feature, then follow the Flight DAO listAll Flight and Flight service listAll entry points described in the issue. Check how form and business validation, the flight table, and validation exceptions are handled. Done means the service passes valid data to the DAO, displays all flights, and reports when the flight table does not exist.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.