Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flight class implementation #8

Closed
heyitsmass opened this issue Oct 16, 2023 · 0 comments · Fixed by #69 or #88
Closed

Flight class implementation #8

heyitsmass opened this issue Oct 16, 2023 · 0 comments · Fixed by #69 or #88
Assignees
Labels
enhancement New feature or request non-essential Requirements non-essential to the core completion of the project required Required deliverables for MVP

Comments

@heyitsmass
Copy link
Owner

Should represent a flight class and provide relevant information on requesting flight reservations.

Could contain functions such as get_flights_by_date(startDate:Date, endDate:Date) to find flight opens within certain days or additional options could be provided for flight class flights, standard, etc... it could also have methods such as get_return_flight or get_outgoing_flight to get return or outgoing flights for specific dates.

export class Flight extends Event implements IEvent {
/** Flight class for the Events */
public get_url() {
/** Returns the reservation link for the flight */
return '';
}
}

@heyitsmass heyitsmass added enhancement New feature or request required Required deliverables for MVP non-essential Requirements non-essential to the core completion of the project labels Oct 16, 2023
@rdoinhs rdoinhs self-assigned this Oct 18, 2023
@rdoinhs rdoinhs mentioned this issue Oct 20, 2023
6 tasks
rdoinhs pushed a commit that referenced this issue Nov 19, 2023
This was linked to pull requests Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request non-essential Requirements non-essential to the core completion of the project required Required deliverables for MVP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants