openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

Move logic from models into logic layer #401

Closed zelima closed 7 years ago

zelima commented 7 years ago

Currently we are using static methods in models for creating / getting / updated / deleting stuff from db (models). We need this to be moved into logic layer where it belongs and keep models as simple as possible

Acceptance Criteria

Tasks

zelima commented 7 years ago

FIXED