Closed (outdated)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Oct 2017 at 16:33 UTC
Updated:
16 Feb 2018 at 11:56 UTC
Jump to comment: Most recent
Comments
Comment #2
e0ipsoPlease take my comment in #2874601-50: refactor(QueryBuilder): Improve testability/maintainability WRT #43 into consideration when tackling this.
Comment #3
gabesullice@e0ipso, absolutely.
Comment #4
wim leersComment #5
wim leersIn #4, I linked to #2923779: Normalizers violate NormalizerInterface, which I believe is related.
JSON API is violating the
NormalizerInterfacespec by not returningarray|scalarfrom::normalize(), but instead returning value objects. This issue might remove the need for those value objects, and hence might end up solving that other issue.Comment #6
gabesulliceI think the main discussion for this issue has moved to #2936754: Avoid using the Serialization component for JSON API specific tasks