pmoneoingen / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Support the user creating/loading a Job #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First of all thank you for the useful peace of software.

I would like to give the user more support in what jobs are available and what 
parameters are supported.

One possibility would be to extend the “Load Jobs (xml)” functionality with 
selectable xml templates.

Original issue reported on code.google.com by PhilippBolle on 5 Apr 2012 at 6:43

GoogleCodeExporter commented 9 years ago
Hello Philipp,

Thank you for the kind words!

"xml tempaltes" is good idea. I will think about that.

To get all the available jobs programmatically is doable (we can scan the 
loaded classes for the Job interface), but as what parameters it would take is 
possible since it's depent on how the Job is implemented. But as you mentioned, 
if we allow a set of pre-configured templates, this would at least help user to 
get started on Jobs that's know to the system.

I will keep this enhancement request open for consideration. Thanks for the 
input!

Original comment by saltnlight5 on 6 Apr 2012 at 1:14

GoogleCodeExporter commented 9 years ago
This is provided in MySchedule3, with the feature that you can now save any 
template into your own file name.

Original comment by saltnlight5 on 8 Jun 2013 at 3:42