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 the ability to manage different zones #418

Open
xkokushox opened this issue Mar 22, 2016 · 0 comments
Open

Add the ability to manage different zones #418

xkokushox opened this issue Mar 22, 2016 · 0 comments

Comments

@xkokushox
Copy link
Contributor

If the user selects a new delivery address from the summary screen, we need to check the available menus that retrieve the server from that location:

  • if the menu exist in the new ones (Compare the current MenuId we are using with the new ones):
    • Check the new appState:
      • if "build" save the new address and return the user to the summary screen.
    • else use the current logic (Show bummer | error screen)
  • else (menu doesn't exist)
    • Check the new appState
      • if "build" prompt the "Change Zone" YES/NO dialog:
        • if YES selected clear order, save current address and send the user to the build screen again with the new menus
        • else dismiss the dialog
      • else use the current logic (Show bummer | error screen)
@xkokushox xkokushox self-assigned this Mar 22, 2016
@xkokushox xkokushox added this to the 1.23 [current] milestone Mar 22, 2016
@vcardillo vcardillo added the spec label Mar 22, 2016
xkokushox pushed a commit that referenced this issue Mar 23, 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