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

Implement model factsheet api in scenario bundle & enable multiple publications #1704

Closed jh-RLI closed 2 weeks ago

jh-RLI commented 2 weeks ago

Summary of the discussion

Users should be able to see and select all currently available model and framework fact sets. The new model/framework rest api provides this information from the database. The selection dropdowns need to implement the api and display the options for the user.

User should be able to create multiple publications in a scenario bundle.

Type of change (CHANGELOG.md)

Features

Documentation updates

Workflow checklist

Automation

Closes #1640 Closes #1397 Closes #1394

PR-Assignee

Reviewer

jh-RLI commented 2 weeks ago

The related issues #1545 & #1537 still need to be implemented.

adelmemariani commented 2 weeks ago

Please ignore the changes in this file: factsheet/frontend/src/components/customTable.js The login check was disabled to make the front-end debugging easier, but it was forgotten to change it back.