Michiel Nugter
Michiel Nugter
And me too, I still have the issue with the lastest versions.
I read through the branch and it seems like a cool feature! Code seems good and it's a clean addition (not breaking any current functionalities). I'm not 100% sure yet...
The JSON APi specification is actually quite unclear on the exact implementation and states "The base specification is agnostic about filtering strategies supported by a server", meaning that it does...
To be exact: the specification does not describe the stategy and functionality. The examples are very limited in functionality and to me not well thought through. It's a nice starting...
This will likely be some form of the Saga pattern: http://gotocon.com/chicago-2015/presentation/Applying%20the%20Saga%20Pattern https://www.youtube.com/watch?v=xDuwrtwYHu8&t=305s
Not always! JSON:API standard describes both actually. Any fix should be able to handle both situations.
The problem is in reactivity with the loading property and the collection. A work-a-round would be to check for the isLoaded property.
As a JSON schema is a description of a single resource adding support via the repository seems logical. Relationships: - Somehow add the ability to register a JSON schema on...