oeplatform
oeplatform copied to clipboard
[OEMetadata] The Resource Section of the meta information need improvement
Description of the issue
The resource section with descriptions of the column names needs improvements:
Ideas of solution
Rearrange the keys:
- Name
- Description
- Unit (Only show if available)
- Type
- Nullable (Only show if False)
- Is About (Only show if available)
- Value Reference (Only show if available)
The first three are about the content. Type and Nullable are technical keys. Is About and Value Reference are annotations. Adjust the frontend. e.g. put the annotations to the right into a box. In general a table view would be suitable for this section.
Workflow checklist
- [x] I am aware of the workflow in CONTRIBUTING.md
I vote for a complete overhaul of this preview. This includes creating UI mockups, collecting feedback and reworking the code.
The current implementation cannot handle the new v2 oemeta data structure and therefore we would definitely need to change the code.