Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI: show node properties (detail view) #296

Open
superstar54 opened this issue Sep 7, 2024 · 0 comments · May be fixed by #295
Open

GUI: show node properties (detail view) #296

superstar54 opened this issue Sep 7, 2024 · 0 comments · May be fixed by #295
Assignees
Labels
enhancement New feature or request

Comments

@superstar54
Copy link
Member

superstar54 commented Sep 7, 2024

Background:

Currently, the aiida-workgraph GUI displays a simplified view of node sockets, showing only the socket names. While this minimalistic view helps maintain a clean interface, it limits the user's ability to quickly grasp detailed information about the node details, such as data types and values passed between nodes.

Objective

Implement a feature that allows users to toggle between a "Short View" and a "Detailed View" of node sockets within the aiida-workgraph GUI.

Short view

The default view that displays only the socket names. This view is suitable for a simplified and clean overview of the workflow.

image

Detail view

An expanded view that shows additional information about each socket, including the visualization of the data. As shown in PR #295

image

Custom Controls

For each socket type, developers can implement a Control component that dictates how the data for that socket is visualized in the "Detailed View". This approach provides flexibility and can accommodate custom representations, but we need to figure out how to add the Control as a plugin.

Viewer task

Add a built-in viewer task on the frontend, so that one can visualize the output sockets.

@superstar54 superstar54 self-assigned this Sep 8, 2024
@superstar54 superstar54 added the enhancement New feature or request label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant