OpenEnergyPlatform / OpenEnergyPlatform/oeplatform
Enhance the new embargo area feature
Open
@Darynarli is already working on this.
Since May 24, 2024.
Embargo Area
type: enhancement :gear:
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- Avg merge
- 15h 25m
- Merged PRs (30d)
- 32
Description
Description of the issue
Since https://github.com/OpenEnergyPlatform/oeplatform/pull/1534 we have introduced the embargo area. This feature affects most of the functions of a table if an Embargo period is set.
- Restricted user interface: no download possible, data is not visible to the user
- Restricted API: all CRUD functions are not available - no one can add or read data for a table
It is also not yet clear how to deal with tables for which the embargo period has expired.
Ideas of solution
Specify the complete embargo area process. Enable table access for users who have table permissions and implement a notification system to receive a user response indicating what to do with data whose embargo period has expired
Workflow checklist
- I am aware of the workflow in CONTRIBUTING.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.