Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
0.6
-
None
-
Unknown
-
Description
Currently, the wiki configuration is part of the route.
While this was convenient for early experiments, this shouldn't be part of the final route.
I suggest moving to the following scheme:
/:actionId/:actionParamerters*
Where actionParamerters are dependent of the action (i.e., each action can have its own parameters).
Example of paths:
- /login
- /logout
- /admin
- /v/My.Page/
- /e/My.Page/
- /u/My.User