Is it possible to scope the slug to the parent resource so that two users can share the same resource slug? example:
two users would have news articles "i-am-awesome"
domain/joe/news/i-am-awesome domain/sara/news/i-am-awesome
I've made a custom validation for the slug for uniquiness on user's resource, but this still ends up generating a UUID for the second user. ends up being:
domain/sara/news/i-am-awesome-UUID