Before putting the personal budget insight into the pane itself and debugging it via the browser, I find it easier to develop it as a .js file which I run locally with Node.js. Interaction with the pod and interaction with the html page are the less interesting parts of it, probably, so this way I can iterate fast.
I have it working so that it outputs monthly totals per budget category from an MT940 file, but I find I'm held back from relying on it because I can't see the calculation from the output. So I think I'll add a list of all transactions per category into the output.
Before putting the personal budget insight into the pane itself and debugging it via the browser, I find it easier to develop it as a
.js
file which I run locally with Node.js. Interaction with the pod and interaction with the html page are the less interesting parts of it, probably, so this way I can iterate fast.I have it working so that it outputs monthly totals per budget category from an MT940 file, but I find I'm held back from relying on it because I can't see the calculation from the output. So I think I'll add a list of all transactions per category into the output.