-
Notifications
You must be signed in to change notification settings - Fork 15
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
Verbosity of Nodes #22
Comments
From @radumg on December 24, 2017 15:35 AU Vegas notesBelow are some of the things I remember discussing with @Racel & @kronz at AU about this - they're by no means complete or a faithful representation, so please feel free to add/clarify things 😄 Tackling verbosity of nodesIn discussing how we could potentially address the problem of needing 10 nodes to build a request, one idea was to use a custom UI node that we can add/subtract components from, much like the We'd go from this (sample 7) : to something like this, where This should also help reduce the overall number of nodes in the package as nodes like The obvious downside to this is that it gets coupled to the |
From @radumg on February 13, 2017 19:56 Discussed with @Racel & @mjkkirschner
|
Hi @radumg I think there's some amazing possibilities here by combining dropdowns with variable arguments being surfaced for nodes, effectively limiting the number of nodes exposed to users for larger libraries with complicated workflow needs. -Z |
Thanks @kronz for the notes! |
From @radumg on December 24, 2017 15:35
Expected Behavior
Users should :
Actual Behavior
The bad bits
The current implementation of
DynaWeb
:AddHeader
,AddBody
,AddParameter
, etc)The good bits
The current implementation of
DynaWeb
:Postman
translates 1-to-1 to steps required to build a request with DynaWebDiscuss
This issue is meant to be a place to discuss how the package verbosity should be tackled in the context of integrating it into the
Dynamo Core Library
. Screenshots, ideas, options, every suggestion is welcomed :)Copied from original issue: radumg/DynWWW#40
The text was updated successfully, but these errors were encountered: