tivac / crucible

API CMS UI powered by Firebase, mithril, and my own dwindling sanity. Oh, and acronyms.
MIT License
117 stars 20 forks source link

Slugs must be unique within a schema #62

Open tivac opened 8 years ago

tivac commented 8 years ago

EDITED: This used to talk about unique names, now after #104 has landed it's all about unique slugs.

tivac commented 8 years ago

@kevinkace do we really want this? As discussed it doesn't necessarily solve the slug problem since these sluggify to the same thing.

I'm a title Im a title

kevinkace commented 8 years ago

Indeed unique titles probably don't get us much. Need some dependable way to find correct content from slug, just not sure what.

tivac commented 8 years ago

May be time to add slug as a built-in concept and ensure that those are unique (+ make them editable).

Bleh.

tivac commented 8 years ago

Slugs are now built-in after #104, so this should happen.

kevinkace commented 8 years ago

:fireworks:

tivac commented 8 years ago

Working on this in the unique-slugs branch.