fssa-batch3 / fssa-batch3/sec_b_santhosh.devendran__corejava_project_2
Find by Source, destination and start time
- Vorherrschende Sprache
- HTML
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Feature: List all flight with source and destination and start time
>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)
* destination( null, empty)
* time(>current time)
- [ ] Business Validation
* check the flight table.
#### Messages:
* Invalid src input
* Invalid destination input
* Invalid Time 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]
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by locating the Flight DAO method `listFlightWithCondition` and the corresponding Flight service method named in the prerequisites. Review the existing create-flight flow and database validation, then verify the source, destination, and start-time validation paths and the displayed results against the stated messages.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- backend, database
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100