Proxycon / Heimdall

Developing fork of heimdall to implement a scoring framework as part of my bachelor thesis
GNU General Public License v3.0
0 stars 1 forks source link

Move subreport fetching from the modules to the evaluator #17

Open Proxycon opened 12 months ago

Proxycon commented 12 months ago

When promting Modules for UI, they should be handed the SubReport instead of the Report to avaiod each module having to fetch ist own report from the db. SLims module repsonsibility. Ideally modules dont should not interact with db. This also requires the abstraction for calling the UI Cards for each module to the evaluator. Currently, this is called from the UI directly