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

Think about back buttons (again) #328

Open
lewisrenfrew opened this issue Mar 9, 2020 · 0 comments
Open

Think about back buttons (again) #328

lewisrenfrew opened this issue Mar 9, 2020 · 0 comments
Assignees

Comments

@lewisrenfrew
Copy link
Contributor

I thought I had provided a good solution to the back button confusion by keeping a log of history in redux store so that back buttons could work out dynamically where to go if needed... however:

A problem arises when a user is coming from the old world, e.g.

http://app.linn.co.uk/production/smt/smtwo.aspx

and then clicking through to a specific works order that now lives in the new world.

http://app.linn.co.uk/production/works-orders/903610

There is no way of knowing where the user wants to go back to since they have come from outside the realms of the redux store... The browser back button isn't currently a workaround because of the oidc callback thing.

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

1 participant