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.
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
/dashboardto redirect to the last active board.