mirror of https://github.com/BOINC/boinc.git
parent
c7dc98da97
commit
1592d283f3
14
todo
14
todo
|
@ -1,7 +1,6 @@
|
||||||
-----------------------
|
-----------------------
|
||||||
BUGS (arranged from high to low priority)
|
BUGS (arranged from high to low priority)
|
||||||
-----------------------
|
-----------------------
|
||||||
- multiple preference sets
|
|
||||||
- Test suspend/resume functionality on Windows,
|
- Test suspend/resume functionality on Windows,
|
||||||
no way to suspend/resume on UNIX
|
no way to suspend/resume on UNIX
|
||||||
- "Show Graphics" menu item brings up minimized window,
|
- "Show Graphics" menu item brings up minimized window,
|
||||||
|
@ -9,31 +8,24 @@ BUGS (arranged from high to low priority)
|
||||||
window closes and does not reopen when workunit finishes
|
window closes and does not reopen when workunit finishes
|
||||||
and new workunit starts
|
and new workunit starts
|
||||||
- Screensaver "blank screen" functionality not implemented
|
- Screensaver "blank screen" functionality not implemented
|
||||||
- Host stats incorrectly reports number of times connected with same ip
|
|
||||||
(unconfirmed)
|
|
||||||
- CPU time updates infrequently (every 10 seconds),
|
- CPU time updates infrequently (every 10 seconds),
|
||||||
should there be a user control for this?
|
should there be a user control for this?
|
||||||
- Client treats URL "maggie/ap/" different than URL "maggie/ap",
|
- Client treats URL "maggie/ap/" different than URL "maggie/ap",
|
||||||
though this isn't really a bug it might be good to fix anyway
|
though this isn't really a bug it might be good to fix anyway
|
||||||
- make pie chart colors/labels easier to understand
|
|
||||||
- need a way to refresh prefs from client
|
- need a way to refresh prefs from client
|
||||||
- Client should display "Upload failed" and "Download failed" when failure occurs
|
- Client should display "Upload failed" and "Download failed" when failure occurs
|
||||||
- Win GUI: columns expand when window expands
|
- Win GUI: columns expand when window expands
|
||||||
- Download speed is not as fast as it should be
|
- Download speed is not as fast as it should be
|
||||||
- Result status should say "downloading files", "uploading files", etc.
|
- Result status should say "downloading files", "uploading files", etc.
|
||||||
- Download progress doesn't update fast enough/at all on Win9x (is this b/c of buffered disk writing?)
|
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
HIGH-PRIORITY (should do for beta test)
|
HIGH-PRIORITY (should do for beta test)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Check for problematic HTML tags in team descriptions
|
multiple preference sets
|
||||||
(use SETI@home code?)
|
|
||||||
|
|
||||||
implement server watchdogs
|
implement server watchdogs
|
||||||
|
|
||||||
make get_local_ip_addr() work in all cases
|
|
||||||
|
|
||||||
est_time_to_completion doesn't work for non-running tasks
|
est_time_to_completion doesn't work for non-running tasks
|
||||||
|
|
||||||
Messages from core client
|
Messages from core client
|
||||||
|
@ -54,6 +46,10 @@ THINGS TO TEST (preferably with test scripts)
|
||||||
MEDIUM-PRIORITY (should do before public release)
|
MEDIUM-PRIORITY (should do before public release)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
make get_local_ip_addr() work in all cases
|
||||||
|
|
||||||
|
zip XML stats dumps (average of 12x compression)
|
||||||
|
|
||||||
implement max bytes/sec network preferences
|
implement max bytes/sec network preferences
|
||||||
implement bandwidth limiting
|
implement bandwidth limiting
|
||||||
current code assumes 1-second poll loop; wrong
|
current code assumes 1-second poll loop; wrong
|
||||||
|
|
Loading…
Reference in New Issue