Open mkellerman opened 4 years ago
Having the 'Script' page link to the Job execution of that script, would allow us to build some graphs of job duration, job success rate.. do a nice dashboard view for that 'Script'.
Giving the user access to customizing the dashboard view for those page (without needing to compile) would really let people generate some amazing dashboards for Operations, or Managers.. IMO. Wondering how we could build custom views. let UA handle the scheduling/executing.. but viewing the results of the job execution, in the hands of the PowerShell guy using your tool.. ;)
If we go on a basis that a Script is the 'primary object' in this tool, I would recommend changing a bit the view.
I would want to click on a Script, and view it's execution history (like the Job tab, but only for that script #129 ). I rarely 'edit' my scripts once they are configured. The primary behaviour would be to monitor the execution, look at results, and add a [ edit ] button at the top right so I can get into the code.
I would remove the Schedule tab... and instead, add an icon to the script page, to show that a schedule is configured for this script. if you click the icon, it brings the config for the schedule, so you can edit it.
These would make the 'Script' tab the main way to manage your scripts, monitor the results and see their schedule.
I kinda view it like UA Scripts are like Jenkins Jobs.. and UA Jobs are like Jenkins Builds.. lol