Changes between Version 93 and Version 94 of DevProjects
- Timestamp:
- Aug 17, 2015, 12:37:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v93 v94 10 10 || '''Area''' || '''Skills needed''' || 11 11 || 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 || 14 15 || Web features || HTML, CSS, PHP, web design, usability, database design, MySQL || 15 16 || Unix build system || autoconf, automake, other GNU tools || … … 50 51 (i.e. jobs are not associated with a particular GPU instance). 51 52 This model has a number of drawbacks on machines with multiple different GPUs. 53 52 54 Change the model so that each GPU is treated separately. 53 55 This will require extensive changes to the client, scheduler, and RPC protocol. … … 62 64 === Automated testing of BOINC === 63 65 64 We plan to deploy a Jenkins-based automated test system for BOINC.65 66 Help us add unit tests to the BOINC code, 66 67 and to design end-to-end tests that exercise the entire system … … 116 117 === Web features === 117 118 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. 122 120 1. Change the sample project-specific prefs code (html/project/project_specific.prefs.inc) 123 121 to use the object-oriented structure used for general prefs (html/inc/prefs.inc).