-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Via-search - pass-through #4887
Labels
Entur
On Entur Roadmap
HSL
Helsinki Regional Transport Authority
Roadmap
Create an issue and mention your organization in the title and tag with RoadMap to share your plan
Skanetrafiken
On skanetrafikens roadmap
Comments
BredeD
added
Entur
On Entur Roadmap
Roadmap
Create an issue and mention your organization in the title and tag with RoadMap to share your plan
Skanetrafiken
On skanetrafikens roadmap
labels
Feb 24, 2023
Tasklist:
|
The via-search is a bit unusable/hard to use. So, instead we could extend the pass-through-point feature with:
|
I check off the boxes witch is implemented so fare. |
10 tasks
After the #6084, there are still a few smaller things witch should be implemented:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Entur
On Entur Roadmap
HSL
Helsinki Regional Transport Authority
Roadmap
Create an issue and mention your organization in the title and tag with RoadMap to share your plan
Skanetrafiken
On skanetrafikens roadmap
The journeys in the response always pass through the via point. It is possible to change vehicles at the via point, but it’s not necessary.
There is no given waiting time at the via point.
The via point is a list of points. What it represents is developed in two iterations:
Iteration 1:
Iteration 2:
It shall be possible to use three via points, because it is possible to store the numbers 0-3, in two bits.
The request is a normal request with the via points to use added. This means that the via functionality shall be possible to combine with for instance different types of filters.
The same request parameters are used before and after the via point.
The response is the same as the response of a normal request, meaning that no information about the via points is included.
Response time should not be a lot higher for searches with via points. Response time for searches without via points should not be affected at all.
Use cases:
Selling a ticket for a journey passing a specific stop.
Restricting the journey to a result that is slower, but pass through a specific stop.
The text was updated successfully, but these errors were encountered: