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

Add dependency on departure time in search for flights query #2

Closed
vladbatushkov opened this issue Nov 6, 2019 · 1 comment
Closed
Assignees
Labels
cypher enhancement New feature or request

Comments

@vladbatushkov
Copy link
Owner

vladbatushkov commented Nov 6, 2019

There is no check on when one plane arrived and then next one departure. Flights output not depends on time at all. Need to provides this feature as part of query filtering.
We need to use formula: 'this departure' + duration of flight + time of transfer (2 hours should be OK) <= 'next departure'. Keep in mind UTC correlation as well.
This task will lead to revisiting of existed Search Query.

@vladbatushkov vladbatushkov added enhancement New feature or request cypher labels Nov 6, 2019
@vladbatushkov vladbatushkov changed the title Add dependency of departure time in search for flights query Add dependency on departure time in search for flights query Nov 18, 2019
@vladbatushkov vladbatushkov self-assigned this Dec 4, 2019
@vladbatushkov
Copy link
Owner Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cypher enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant