-
Notifications
You must be signed in to change notification settings - Fork 35
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
Edge inspector #41
Labels
Comments
forresto
added a commit
that referenced
this issue
Aug 10, 2013
Custom element for the edge inspector working at http://meemoo.org/dataflow/ (in Chrome at least). Not too bad to work with Backbone objects. https://github.com/meemoo/dataflow/blob/elemental/src/elements/dataflow-card-edge.html |
Closed
bergie
added a commit
to noflo/noflo-runtime-iframe
that referenced
this issue
Sep 18, 2013
bergie
added a commit
that referenced
this issue
Sep 18, 2013
bergie
added a commit
to noflo/noflo-ui
that referenced
this issue
Sep 18, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an edge is selected, we should show an inspector for it (this probably requires #27).
The card should show live the events passing through the port. At least connect, disconnect, begingroup, endgroup, and actual data payloads (normalized via
toJSON
when needed).The card should also allow filtering the data shown by a text search.
The text was updated successfully, but these errors were encountered: