Policies don't seem to be cover a simple use case of returning a subset of data. i.e. Take a simple example
Users model
Groups model, which is a nested set
Users can belong to many groups
Users can see all other users, in the same group or child groups
Implement using Policies as a middleware.
should support things such as:
Policies don't seem to be cover a simple use case of returning a subset of data. i.e. Take a simple example Users model Groups model, which is a nested set Users can belong to many groups Users can see all other users, in the same group or child groups