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

Dissolve database schemas #1535

Open jh-RLI opened 5 months ago

jh-RLI commented 5 months ago

Summary of the discussion

For a long time we used sql database schemas to group out data into multiple categories. This was a suboptimal decision which we will now rework.

As schemas are widely implemented in the current code this is a substencial rework of our codebase mainly the API & DATAEDIT apps are affected.

Other apps also use table data but we should be able to manage to keep the interfaces consistent or implement a new version of interfaces. (The best solution for this must be determined first)

Type of change (CHANGELOG.md)

Added

Updated

Removed

Workflow checklist

Automation

Closes #1356

PR-Assignee

Reviewer