|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: 2025 Adel Memariani <https://github.com/adelmemariani> © Otto-von-Guericke-Universität Magdeburg |
| 3 | +SPDX-FileCopyrightText: 2025 Adel Memariani <https://github.com/adelmemariani> © Otto-von-Guericke-Universität Magdeburg |
| 4 | +SPDX-FileCopyrightText: 2025 Pierre Francois <https://github.com/Bachibouzouk> © Reiner Lemoine Institut |
| 5 | +SPDX-FileCopyrightText: 2025 Pierre Francois <https://github.com/Bachibouzouk> © Reiner Lemoine Institut |
| 6 | +SPDX-FileCopyrightText: 2025 Bryan Lancien <https://github.com/bmlancien> © Reiner Lemoine Institut |
| 7 | +SPDX-FileCopyrightText: 2025 Bryan Lancien <https://github.com/bmlancien> © Reiner Lemoine Institut |
| 8 | +SPDX-FileCopyrightText: 2025 Christian Winger <https://github.com/wingechr> © Öko-Institut e.V. |
| 9 | +SPDX-FileCopyrightText: 2025 Eike Broda <https://github.com/ebroda> |
| 10 | +SPDX-FileCopyrightText: 2025 Jonas H <https://github.com/jh-RLI> © Reiner Lemoine Institut |
| 11 | +SPDX-FileCopyrightText: 2025 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut |
| 12 | +SPDX-FileCopyrightText: 2025 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut |
| 13 | +SPDX-FileCopyrightText: 2025 Kirann Bhavaraju <https://github.com/KirannBhavaraju> © Otto-von-Guericke-Universität Magdeburg |
| 14 | +SPDX-FileCopyrightText: 2025 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut |
| 15 | +SPDX-FileCopyrightText: 2025 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut |
| 16 | +SPDX-FileCopyrightText: 2025 Martin Glauer <https://github.com/MGlauer> © Otto-von-Guericke-Universität Magdeburg |
| 17 | +SPDX-FileCopyrightText: 2025 Martin Glauer <https://github.com/MGlauer> © Otto-von-Guericke-Universität Magdeburg |
| 18 | +SPDX-FileCopyrightText: 2025 Martin Glauer <https://github.com/MGlauer> © Otto-von-Guericke-Universität Magdeburg |
| 19 | +SPDX-FileCopyrightText: 2025 Pierre Francois <https://github.com/Bachibouzouk> © Reiner Lemoine Institut |
| 20 | +SPDX-FileCopyrightText: 2025 Santosch Mutyala <https://github.com/smutyala1at> |
| 21 | +SPDX-FileCopyrightText: 2025 Tu Phan Ngoc <RL-INSTITUT\[email protected]> © Reiner Lemoine Institut |
| 22 | +SPDX-FileCopyrightText: 2025 Christian Winger <https://github.com/wingechr> © Öko-Institut e.V. |
| 23 | +SPDX-FileCopyrightText: 2025 Christian Hofmann <https://github.com/christian-rli> © Reiner Lemoine Institut |
| 24 | +SPDX-FileCopyrightText: 2025 Christian Hofmann <https://github.com/christian-rli> © Reiner Lemoine Institut |
| 25 | +SPDX-FileCopyrightText: 2025 chrwm <https://github.com/chrwm> © Reiner Lemoine Institut |
| 26 | +SPDX-FileCopyrightText: 2025 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut |
| 27 | +SPDX-FileCopyrightText: 2025 Jonas Huber <https://github.com/jh-RLI> © Reiner Lemoine Institut |
| 28 | +SPDX-FileCopyrightText: 2025 Lara Christmann <https://github.com/solar-c> © Reiner Lemoine Institut |
| 29 | +SPDX-FileCopyrightText: 2025 Mirjam Stappel <https://github.com/stap-m> © Fraunhofer IEE |
| 30 | +SPDX-FileCopyrightText: 2025 user <https://github.com/Darynarli> © Reiner Lemoine Institut |
| 31 | +SPDX-FileCopyrightText: 2025 Christian Winger <https://github.com/wingechr> © Öko-Institut e.V. |
| 32 | +SPDX-FileCopyrightText: 2025 Vismaya Jochem <https://github.com/vismayajochem> © Reiner Lemoine Institut |
| 33 | +
|
| 34 | +SPDX-License-Identifier: CC0-1.0 |
| 35 | +--> |
| 36 | + |
| 37 | +# Changes to the oeplatform code |
| 38 | + |
| 39 | +## Changes |
| 40 | + |
| 41 | +- Grouping in the opening window for indexed fields on the summary page ([#1946](https://github.com/OpenEnergyPlatform/oeplatform/pull/1946)) |
| 42 | +- Indexed fields are numbered starting from 1 ([#1946](https://github.com/OpenEnergyPlatform/oeplatform/pull/1946)) |
| 43 | +- Removing contributor tab from peer review ([#2026](https://github.com/OpenEnergyPlatform/oeplatform/pull/2026)) |
| 44 | +- Opening windows for indexed fields an subcategories in opr ([#2026](https://github.com/OpenEnergyPlatform/oeplatform/pull/2026)) |
| 45 | +- Dividing the review functionality into 7 javaScript modules, the main module is the new entry point which is connected to vite and djnago staticfiles ([#1965](https://github.com/OpenEnergyPlatform/oeplatform/pull/1965)) |
| 46 | +- Add javaScript modules: main for connecting logic as entrypoint; navigation for switching between fields/tabs; opr_reviewer_logic for checking if review is complete; peer_review for main review logic; state_current_review for getting certain values from review; summary for review summary ([#1965](https://github.com/OpenEnergyPlatform/oeplatform/pull/1965)) |
| 47 | +- Change main views function for metadata v2 structure ([#2026](https://github.com/OpenEnergyPlatform/oeplatform/pull/2056)) |
| 48 | +- Enhance the Scenario Bundles initial page response time by refactoring to pur SPARQL Query ([#2070](https://github.com/OpenEnergyPlatform/oeplatform/pull/2070)) |
| 49 | + |
| 50 | +## Features |
| 51 | + |
| 52 | +- Inplement OEKG v2 (Senario Bundles) which includes a stabalized OEKG structure with latest OEO concepts and a updated Scenario Bundle Frontend / Bakend implementation. ([#2070](https://github.com/OpenEnergyPlatform/oeplatform/pull/2070)) |
| 53 | + |
| 54 | +## Bugs |
| 55 | + |
| 56 | +- connect opr_reviewer.js to main.js for clickability of fields in opr ([#2072](https://github.com/OpenEnergyPlatform/oeplatform/pull/2073)) |
| 57 | +- connect navigation functions to main.js for opr purposes ([#2072](https://github.com/OpenEnergyPlatform/oeplatform/pull/2073)) |
| 58 | + |
| 59 | +## Removed |
| 60 | + |
| 61 | +## Documentation updates |
0 commit comments