webcodesk / webcodesk-srv

Webcodesk - Web App Builder for Create React App
GNU General Public License v3.0
599 stars 75 forks source link

Missing a way to record "onApplicationStart" flows #27

Open SoftHai opened 4 years ago

SoftHai commented 4 years ago

Hi,

the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very helpful.

How ever, this is cool for flows executed by user interactions (like a click). There is unfortunately no way to record flows directly from start of the application which makes it hard to debug onApplicationStart flows.

I would like to hit the record button and then do a page refresh to record the ApplicationStart flows but the refresh button is disabled once the record is activated.

ipselon commented 4 years ago

@SoftHai,

Thanks. I'll mark it as an enhancement. However, I don't know how to put it into practice yet.

SoftHai commented 4 years ago

I would imagine to do it somehow similar as you do it in a browser: