Return to Resource classes
The previous model of Resource classes did not cooperate well with SQLAlchemy, but had the advantage of streamlining all the very similar resources. By making full use of inheritance and the models/schemas we can return to this previous state, reducing the repeated code enormously. Still WIP as there a few ugly parts concerning the "special" resources (namely Item and Document)
Edited by Tim Leonhard Storm