Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple DBIC from Serializers #45

Open
ungrim97 opened this issue Apr 24, 2015 · 0 comments
Open

Decouple DBIC from Serializers #45

ungrim97 opened this issue Apr 24, 2015 · 0 comments

Comments

@ungrim97
Copy link
Collaborator

Currently the serializers are very coupled to DBIC. Especially for relationship lookup.

It should be possible to pass a more normalized structure to the serialize with all of the data it needs to serialize. This removes the need for the serializes to be specific to the data model and thus gives them a greater degree of flexability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant