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

Map Flow Bug #512

Open
vcardillo opened this issue Feb 23, 2016 · 0 comments
Open

Map Flow Bug #512

vcardillo opened this issue Feb 23, 2016 · 0 comments

Comments

@vcardillo
Copy link
Member

cc @demant @josephlausf @xkokushox

Current iOS flow:

  • isGPSEnabled?
    • true -> didGPSSucceedInRetrievingLocation?
      • true -> isInZone
        • true -> don't show map
        • false -> show map
      • false -> isThereSavedAddress?
        • true -> don't show map
        • false -> show map
    • false -> isThereSavedAddress?
      • true -> don't show map
      • false -> show map

The flow has a bug. The issue is that a saved address could be inside OA, but outside of OD, and in that case, this flow would never show the user OD.

Android is immune to this bug, as it always presents the address screen first. However, we need to solve this in UX overall.

@vcardillo vcardillo added this to the 2.69 [next] milestone Feb 23, 2016
@josephlausf josephlausf modified the milestones: 2.69 [current], 2.7 [next], 2.7 [current] Mar 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants