Make easier developing new jobs

Issue #60 resolved
Iván Loire created an issue

Using something like:

$ atlasboard start -debug -job=myjob -widget=mywidget

would launch atlasboard in development mode, executing only myjob and mywidget.

The node.js process could restart on filesystem changes, using nodemon or similar...

Comments (4)

  1. Former user Account Deleted

    @iloire how is it possible to debug the atlasboard ? I was hoping this issue would give some kind of an easy solution to this.

  2. Iván Loire reporter

    @mihaicph I like to have good test coverage in the jobs, so I don't need to debug them. I agree the front-end could benefit of a better approach to increase testability and make debugging easier though..

  3. Log in to comment