elixir - Adding additional metadata to the noflo-ui -


i developing noflo runtime in elixir language (more here) , here.

i user of noflo-ui able specify node metadata, specifically, number of processes deploy given component. how can best added existing noflo-ui? i'm willing modify code wanted make sure capability didn't exist , hadn't overlooked it. if have modify existing code, should start?

or, there different/better way user add metadata?

there no such functionality, definetely want it. i've filed issue here. description includes proposed way implement:

add node-inspector card, appears on right-hand side. code can found at: https://github.com/noflo/noflo-ui/blob/master/elements/noflo-node-inspector.html

possible ui have list of key+value pairs, actions add, edit , delete such pair.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -