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

Instant carpooling line operator support #32

Open
pierrecamilleri opened this issue May 24, 2022 · 2 comments
Open

Instant carpooling line operator support #32

pierrecamilleri opened this issue May 24, 2022 · 2 comments

Comments

@pierrecamilleri
Copy link
Collaborator

After the comment in PR #27 and a short exchange with @romain-fayoux-ecov, here are several points of attention noted to fully support the "instant carpooling line operator" use case.

  • There is no search per se, the passenger sends an open request at the station and a driver picks him up. During the pick up, the app may suggest to the passenger a list of drivers currently at the station. How can the deeplink be supported in this conditions ? My first idea is to implement a fake search that returns, once both driver and passenger are at the station, the journeys with this same list of drivers to choose from, with the associated webUrl. This may even be implemented in all cases to allow linking driver and passenger directly in the MaaS app.
  • Another use case, which is quite marginal, is that the driver is unknown (a driver just stops like for a hitch-hiker). The resulting trip is not reported to the "Registre de preuve de covoiturage". I wonder if just creating an "Anonymous driver" profile would enable this use case, it feels however a little bit hacky (but again, quite marginal use case).
@pierrecamilleri
Copy link
Collaborator Author

Following today's conversation, there is another point that was brought to my attention: the price of the trip is provided to the MaaS platform by the search results. Without a search, how would the MaaS know about the price?

@romain-fayoux-ecov
Copy link

Hi @pierrecamilleri , currently the MaaS knows about the price by reading the GTFS describing the carpooling network - not sure how it fits in this standard however

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants