I'm working on a website where users can submit items (in this case, proposals). The simplest URL design would be something like website.com/proposal/1
, website.com/proposal/2
, etc. (perhaps with a slug appended) but I've never seen this done in practice.
Is this URL design really as rare as I think it is and if so, why?
This URL design is not uncommon.
It is used, for example, by
But there are various cases when not to use this design, for example