Changes between Version 93 and Version 94 of DevProjects


Ignore:
Timestamp:
Aug 17, 2015, 12:37:28 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v93 v94  
    1010|| '''Area''' || '''Skills needed''' ||
    1111|| Client || C++, system programming ||
    12 || Manager || C++, !WxWidgets, GUI and graphical design, usability ||
    13 || Server programs || C++, system programming, database design, MySQL ||
     12|| Desktop GUI || C++, !WxWidgets, GUI and graphical design, usability ||
     13|| Android GUI || Java, Android SDK, UI/UX ||
     14|| Server programs || C++, Unix system programming, database design, MySQL ||
    1415|| Web features || HTML, CSS, PHP, web design, usability, database design, MySQL ||
    1516|| Unix build system || autoconf, automake, other GNU tools ||
     
    5051(i.e. jobs are not associated with a particular GPU instance).
    5152This model has a number of drawbacks on machines with multiple different GPUs.
     53
    5254Change the model so that each GPU is treated separately.
    5355This will require extensive changes to the client, scheduler, and RPC protocol.
     
    6264=== Automated testing of BOINC ===
    6365
    64 We plan to deploy a Jenkins-based automated test system for BOINC.
    6566Help us add unit tests to the BOINC code,
    6667and to design end-to-end tests that exercise the entire system
     
    116117=== Web features ===
    117118
    118  1. Document the HTML CSS classes and IDs used by the PHP code.
    119    Simplify where possible.
    120    Document the "standard" stylesheets, main.css and white.css.
    121    Finish black.css, and maybe make another style.
     119 1. Change the web code to use the Twitter Bootstrap CSS system.
    122120 1. Change the sample project-specific prefs code (html/project/project_specific.prefs.inc)
    123121   to use the object-oriented structure used for general prefs (html/inc/prefs.inc).