OpenEnergyPlatform / OpenEnergyPlatform/omi
Conversion creates empty fields when adding new metadata keys
Open
Nobody has claimed this yet.
other: help wanted :raising_hand:
part: frontend :desktop_computer:
priority: low :sloth:
status: blocked :stop_sign:
type: enhancement :gear:
- Dominant language
- Python
- Stars
- 8
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Should it be possible to add some user input to new fields like "is_about" or should omi just convert the metadata and leave the editing to tools like the MetaEditor on the OEP.
Example:
{
"name": "id",
"description": "Unique identifier",
"type": "serial",
"is_about": [
{
"name": "",
"path": ""
}
],
"value_reference": [
{
"value": "",
"name": "",
"path": ""
}
]
}
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.
Research direction
The issue names no file, test, or entry point. First locate the metadata conversion path and any tests for newly added keys, then clarify whether OMI should populate values or preserve empty structures; done requires an agreed behavior and coverage for the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100