dlcs / iiif-presentation

Allows for the creation and management of IIIF manifests
MIT License
0 stars 0 forks source link

Make storage collection `slug` case insensitive #29

Open griffri opened 2 days ago

griffri commented 2 days ago

Storage collection slugs are currently case sensitive - e.g, you can POST two child storage collections with "mycollection" and "myCollection" as slugs, and you'd end up with two different collections, available from (parent)/mycollection and (parent)/myCollection.

They should be made case insensitive to avoid any potential confusion.

Acceptance Criteria: