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

Move data formatting out of the DB class and into transformers #167

Open
ntelfer opened this issue Feb 15, 2019 · 0 comments
Open

Move data formatting out of the DB class and into transformers #167

ntelfer opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
task New feature, request, or update

Comments

@ntelfer
Copy link
Collaborator

ntelfer commented Feb 15, 2019

right now the getAll() function formats data for all endpoints as {"data": []} This should be controlled individually by the endpoints themselves not the database. Move this to transformer classes in preparation for the database redesign.

@ntelfer ntelfer added the task New feature, request, or update label Feb 15, 2019
@ntelfer ntelfer self-assigned this Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New feature, request, or update
Projects
None yet
Development

No branches or pull requests

1 participant