ugent-library / deliver

Apache License 2.0
3 stars 0 forks source link

Auto redirect to default space #117

Closed verheyenkoen closed 8 months ago

verheyenkoen commented 8 months ago

Currently, after login you are redirected to the /spaces route which will load all spaces your account is authorised to and automatically display the first space. This will effectively show you the same page as if you were to navigate to the same space via the sidebar (route /spaces/{space name}) but is implemented in a separate handler (that calls the same view).

It would be better to automatically redirect to the concrete space route and use only one handler. That way routes are more semantically unambiguous.