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

FE: Active Board should be board last visited #79

Open
moffatethan opened this issue Jun 3, 2021 · 1 comment · Fixed by #90
Open

FE: Active Board should be board last visited #79

moffatethan opened this issue Jun 3, 2021 · 1 comment · Fixed by #90
Assignees

Comments

@moffatethan
Copy link
Contributor

moffatethan commented Jun 3, 2021

Currently when you go to a new board and refresh the first board is shown where as a user my expectation would be the board I navigated too would be available.

However, we are doing a lot of back-end work and front-end in the coming days. Particularly, the idea of including the board ID in the URL and rendering based of the params.

However, if the user just goes to the dashboard we need to know which board to render so I think if we go down the path of board ID param then if a user hits /dashboard to redirect to the last active board.

@moffatethan moffatethan self-assigned this Jun 3, 2021
@amahalwy
Copy link
Contributor

This is currently working based on our board route path. If a user refreshes on a URL of 123, after refresh it will load the board still at 123. The only time we make the user go back to their first board is upon log in!

@amahalwy amahalwy linked a pull request Jun 11, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants