OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Retrieve study descriptors from oeo instead of a static list #1718

Open jh-RLI opened 1 week ago

jh-RLI commented 1 week ago

Description of the issue

After https://github.com/OpenEnergyPlatform/oeplatform/issues/1507 it became clear that we can currently only implement a static list that identifies classes from the oeo as study descriptors for the scenario bundles in the OEKG. As @l-emele described, an annotation could be implemented in the oeo that specifies descriptors.

Ideas of solution

Retrive all study descriptors from oeo based on the "descriptor" annotation.

Workflow checklist