Guilherme Perotta

Results 4 comments of Guilherme Perotta

Hi @hoptical, My implementation is pretty simple both on the changes and on how to use links on fields. As I mention on the other issue, this is how I...

Hi @zosocanuck. The image above (https://github.com/hoptical/nodegraph-api-plugin/pull/23#issuecomment-1426172496) is literally the code (PHP) that matters to declare links. Showing the rest of my code would be pointless as it just encodes the...

> Hi @perotta I ended up forking a plugin with your PR however it had no impact. Here is my sample json: > > `{"edges_fields":[{"field_name":"id","type":"string"},{"field_name":"source","type":"string"},{"field_name":"target","type":"string"},{"field_name":"mainStat","type":"number"}],"nodes_fields":[{"field_name":"id","links":[{"title":"Section One/First Link","url":"https://myservice/info"}],"type":"string"},{"field_name":"title","type":"string"},{"field_name":"subTitle","type":"string"},{"field_name":"mainStat","type":"string"},{"field_name":"secondaryStat","type":"number"},{"color":"red","displayName":"Failed","field_name":"arc__failed","type":"number"},{"color":"green","displayName":"Passed","field_name":"arc__passed","type":"number"},{"displayName":"Role","field_name":"detail__role","type":"string"}]}` > > I'm...

I created a more generic solution if you are interested on it PR #23