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

Add human readable table name from metadata to table model #1662

Closed jh-RLI closed 1 month ago

jh-RLI commented 1 month ago

Description of the issue

The human-readable table name can be added to the table oemetadata. This name helps to understand the tables context. Currently, this information must be read from the metadata every time a user requests the list of tables within a schema. This is very inefficient. Additionally, this data is relevant for a variety of features in the oep.

Ideas of solution

Workflow checklist