[IMPLEMENTED] Image asset request: Slugs

Enable “slug” support on images making it easier for contact managers: right now image assets are guid based – which is fine, but there should be a way to add a “slug” for easy named access to an asset (if there isn’t already). Obviously, slug generation would require a “uniqueness” check for the naming.

Instead of:

https://mesquidy.com/api/assets/c3e87dfa-a57b-471e-8b4f-9e62919b02e3

Optional slug would be:

https://mesquidy.com/api/assets/my-image-name-slug-2.png

This helps with mental load when using this system as an asset backend store.

Yes, the uniqueness worries me. Without folders it does not make that much sense.

Can you make a second feature for the other point as it is easier to track and the second thing should be easy to implement.

Absolutely. Sorry about that.

Has been implemented.

1 Like