-
Notifications
You must be signed in to change notification settings - Fork 25
Open
1 / 61 of 6 issues completedDescription
Description of the issue
Following the initial migration of the OEO pages (Viewer and Entity/IRI pages) to the new React + TIB TSS library implementation, we have collected feedback from the community and stakeholders.
The main goal of this issue is to refine the user experience, clarify the distinction between the different OEO tools (Viewer vs. Search/Entities), and fix several UI/UX inconsistencies.
Summary & Conceptual Alignment (current integration):
We have defined the following "User Stories" for the different components:
- OEO Viewer (The Map): Aimed at experts and modelers for exploration, visualization (Graph View), and understanding hierarchical contexts.
- OEO Search & Entity Pages (The Dictionary): Aimed at quick lookups, filtering all available OEO entities, and providing stable landing pages for specific IRIs.
Enhancement Tasks
1. General & Navigation
- Cross-Navigation: Implement a clear navigation menu (e.g., top right) to switch easily between OEO Viewer, OEO Search, and the OEO Overview.
- External Links: Add a link to the Technoportal (HES-SO) in the header/info section of the pages.#
2. OEO Viewer Refinements
- Metadata UI: Swap the visual hierarchy in the metadata display: The Entity Name should be prominent (bold/large), while the "Entity Metadata" label should be secondary.
- Inferred Hierarchy: Coordinate with TIB regarding the switch from asserted (oeo-full) to inferred hierarchy (oeo-closure).
3. OEO Search & IRI Pages
- Search Listing: Refine the
SearchResultsListWidgetconfiguration to ensure seamless filtering (nfdi4energy collection). - Graph Errors: Investigate reported subclass errors (e.g., "energy use" vs "non-energy use") within the TIB-TS API data.
Ideas of solution
- Use the
useCurrentEuiBreakpointhook to maintain responsiveness while adding the new navigation elements. - Implement a shared header component across all OEO-related React apps to ensure consistent navigation.
- Use the TSS
EntityInfoWidgetconfigurations to adjust the weight of titles and metadata labels as requested.
Workflow checklist
- I am aware of the workflow in
CONTRIBUTING.md
Reactions are currently unavailable