my proposal still allows for that because the title part can always still be omitted when entering the URL
These links are completely ugly. Short links are perfectly clean and should be by default.
As a WebDev student we are taught to take into account that.
Recently, we started to modify an app (in order to learn BladeOne template engine) and got the way to show urls in a WebApp by “folder” addresses.
Basically, the WebApp overwrites the default web address and replace its structure following a hierarchy in the sense of example.com/
, example.com/user/
(a list of users), example.com/user/1
(specific user), example.com/user/create
(create a new user), etc.
And this is a recommended way here.
WebDev working standards.
Recommended by several Devs in development and in teaching.