top | item 32517344

(no title)

mayank | 3 years ago

> - /organizations/:id

> - /blogs/:id

The pragmatic, large-company-only counterpoint is the narrow edge case where:

- :id must be human-readable for "SEO reasons"

- there are many competing organizations and blogs to the point where there may be a name collision.

Although in that case, I'd still suggest:

/:organization-name/:blog-name

discuss

order

slekker|3 years ago

What about /blogs/:id?organization=:id, doesn’t it solve the issue?

djbusby|3 years ago

What if the company changes name?

nirimda|3 years ago

What if you're using ids and two organisations merge? Whatever solution works for organisation ids will work for organisation names.