1 |
|
TODO List (or rather, TOFIX !) |
2 |
|
========= |
3 |
|
|
4 |
< |
Ensure all Swing updates use the Swing Event Handling thread |
5 |
< |
Allow config to be obtained from the server |
6 |
< |
Allow config to be obtained from a local file |
4 |
> |
Rework system displaying of components for Swing Event Handling |
5 |
> |
Fix error in packet stopping update of ALL hosts |
6 |
> |
re-work host display and choosing mechanism (ie, make us 1.1 protocol) |
7 |
|
Allow config to be written back to a local file |
8 |
|
Allow local file config to be changed via the GUI |
9 |
– |
Write LOADS more data components |
9 |
|
Consider graphing of some values? |
10 |
|
Allow changing of view |
11 |
|
-adding removing data fields?? |
12 |
|
-comparing fields accross servers |
14 |
– |
Add option to handle firewalls (very low priority...but nice) |
15 |
– |
Fix problem with memory display showing negative values at start |
13 |
|
Maybe handle exceptions nicer in the comms |
14 |
+ |
Switch to using the StringUtil class for the firewall command stuff |
15 |
|
|
16 |
|
Completed: |
17 |
|
---------- |
18 |
|
|
19 |
+ |
04/02/2001 - Write LOADS more data components |
20 |
+ |
03/02/2001 - Allow config to be obtained from the server |
21 |
+ |
30/01/2001 - Add option to handle firewalls |
22 |
+ |
29/01/2001 - Allow config to be obtained from a local file |
23 |
+ |
29/01/2001 - Fix problem with memory display showing negative values at start |
24 |
+ |
29/01/2001 - Ensure all Swing updates use the Swing Event Handling thread (partial - only data components) |
25 |
|
28/01/2001 - Tidy up network comms and link handling |