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

Technical solutions to support a SHOULD for back navigation during the booking flow are missing #10

Open
riclage opened this issue Mar 31, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@riclage
Copy link

riclage commented Mar 31, 2022

Concerning the tech spec proposal #4 to implement a "booking" flow for passengers, we consider the "back" UX navigation pattern as optional. As per the RFC 2119, carpool operators MAY implement this pattern so that passengers can go back to the MaaS app.

Currently this is optional due to technical limitations that exist in many cases today. For example:

  • Passengers that don't have the app installed, may be redirected first to the app store to install it. Then they may have to go through the operator's onboarding before starting the booking flow
  • Operators may choose to open a third-party url first before redirecting to the app
  • Operator or MaaS apps may have their own navigation systems in place, with custom screens that override the operating system default behavior

In all the above cases it is not trivial to implement a solution where the user can use the operating system "back" UX pattern to return from the operator to the MaaS app.

Until those technical difficulties are addressed, we cannot propose that operators SHOULD provide a back navigation.

@riclage riclage added the documentation Improvements or additions to documentation label Mar 31, 2022
@riclage riclage changed the title Provide technical solutions to support a SHOULD for back navigation during the booking flow Technical solutions to support a SHOULD for back navigation during the booking flow are missing Mar 31, 2022
@adelcasse
Copy link

@osarrat proposed an interesting way to pass some arguments during search, before the booking flow occurs to take them into accounts in deeplinks and after during the booking by deeplink process, in PR #6 ...

We could maybe take inspiration on that by adding something like a callbackUrl which would be the "Return to the MaaS" URL for the "back" functionality ?

This wouldn't be so complex for the operator and we could use a SHOULD instead of MAY ?

@adelcasse
Copy link

adelcasse commented Apr 20, 2022

Following todays meeting discussion, I made a new proposal for a converged (API + deeplink) booking in PR #18

In this case, passengerOperatorUrl (if the MaaS provides a passenger) could be used as callback URL to solve this and send back to the MaaS ?

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

No branches or pull requests

2 participants