-
Notifications
You must be signed in to change notification settings - Fork 119
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
As a user, I want to access node help from within editor, so that I can recall node idea quickly #34
Comments
I'm wondering where a short description of the inputs and outputs would be added in these mockups. One option would be to have a "Inputs" and "Outputs" section on the lower half, below the "Make some tequila" in this case, similar to how the online reference is structured. Another option would be to add the descriptions to the pre-render, below the type of a pin. Also I think the popups should be draggable - you should be able to move them to the side and work on your program while glancing at the reference from time to time. In the same way some users may prefer to have the documentation open in a new tab in the editor, especially when they are working on big programs where the canvas might be full of nodes. |
Yes. Our designer tries to add them right next to type label.
Maybe, but questionable. Anyway, this is an additional effort we should postpone to get the basic functionality faster. |
There should be help available for nodes available on node choice stage as well as when a node already placed.
Node’s help page should contain an overall description, each pin type info and description, pre-render of the node. The info should be fetched from node metadata.
See vvvv help pages for inspiration.
Acceptance criteria
The text was updated successfully, but these errors were encountered: