You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.The text was updated successfully, but these errors were encountered: