Skip to content

Return to Resource classes

Tim Leonhard Storm requested to merge ResourceClasses into staging

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

Merge request reports