Clean up the routes, possibly
I am just listing things here I want to check out later.
-
Are /browseand/artifacts/browsedifferent? -
There are three non-admin entry points for CdliTablet routes, as well five admin routes. -
Profile edit route is duplicated and possibly unnecessary anyway? It defines /users/:username/editwhereas/users/edit/:username(standard form) is already defined. -
Routes for editing publications are not grouped, it's a bit hard to tell which is which. -
There are a number of /admin/apiroutes pointing to non-existing actions in the Articles controller. -
Functioning /admin/articlesroutes do not take advantage of parameterization/route elements. -
There are a bunch of fallback route definitions, perhaps too many.
Edited by Lars Willighagen