ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

WiringEditor: treeview for module list (or accordion) #7

Closed ericabouaf closed 14 years ago

LeifW commented 15 years ago

This also is a feature I want for an XProc editor or Yahoo Pipes-like system. Yahoo Pipes already has the modules sorted by category. And for XProc, I was thinking it would be nice to have separate accordion lists for module categories, like core, standard lib, optional... and also to be able to load libraries of modules on the fly.

ericabouaf commented 15 years ago

I can't agree more :) As you can see in v0.5.0, I added the yui-accordion-view library on the right of the WiringEditor. I was thinking we could use the same for the left module list. I'll vote for this ticket too ^^ ( I love this new issue tracker, right on GitHub !)

Your second proposition: "loading modules on the fly" is also something I would vote for. I think it deserves its own ticket...

ericabouaf commented 14 years ago

Done on the master branch.