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.