Issue1211

Title Split components into task-specific and task-independent code
Priority feature Status unread
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2026-03-02.11:55:33 by florian, last changed by florian.

Messages
msg12039 (view) Author: florian Date: 2026-03-02.11:55:32
After introducing task-independent classes in issue559, we plan to split the code of existing components into two files, similar to what we already do for search algorithms. The current suggestion is to have one file with the task-specific class and a second file with any task-independent code (if necessary) and the feature/plugin.
History
Date User Action Args
2026-03-02 11:55:33floriancreate