We have a project in Node-red. We have some code nodes with a 10-30 lines of code and some nodes with hundreds of lines. Some of the nodes are hooked together so like requesting data from the database, calculating, etc.
I played a bit with NodeRed project. I was surplices that content of the code nodes are stored in the flow.json. I think it would have been very node to have a folder called code_nodes/<id>.js so it would be easier to modify the code directly. Maybe I could test this flows in some capacity too.
Maybe this exists, I just been looking the wrong direction? I could also use custom nodes but I would have liked the code to be somehow readable from the GUI as my boss would like to be able to change it without too much of a build process.
Any suggestion
