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?