Skip to content
fredrikn edited this page Jul 1, 2013 · 1 revision

Go through the XAML in the Client, use resources for styles and templates, maybe add the use of ViewModel.

Add a Settings view. Add the Dashboard view and About to the client.

Add support of copy an environment while creating a new one.

Add agent and controller to local logging.

Add exception handling.

Take a look at how to handle Agent and Controller context based information, such as TaskId, Version etc when it comes to WF activities.

Remove REST and polling to use SignalR.

Make sure client can see new agents that want to access the Controller and make it possible to approve or reject an agent.

Add a way to automatically approve agents, for example by using IP-range?!

Make it more thread safe, go through the code.

Remove the use of SQL Server to use an Open-source?!

Do some refactoring, extract methods, reuse code, separate code into more components.

Add the use of global variables.

Clone this wiki locally