Changes between Version 18 and Version 19 of WorkOutIdeas
- Timestamp:
- 03/18/10 11:26:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkOutIdeas
v18 v19 42 42 * Easily generated tables to insert into pages 43 43 * shn_get_db_field_value 44 * shn_crud_strings44 * ~~shn_crud_strings~~ 45 45 * Function for generating Graphs 46 * Standardized coding conventions (variable/field/function Naming, Indents, " vs ',docstrings) http://docs.python.org/tutorial/controlflow.html#intermezzo-coding-style 46 * Standardized coding conventions: 47 * header information to all code files (docstrings rather than comments) 48 * variable/field/function naming 49 * Coding style conventions: [http://www.python.org/dev/peps/pep-0008 PEP 8] resp. [http://docs.python.org/tutorial/controlflow.html#intermezzo-coding-style Intermezzo] 50 * " vs ' 51 * Documenting functions and response.s3 variables (insert docstrings and epydoc fields for automated API documentation) 47 52 * Moving imported data out of code and into csv/xml files 48 53 * moving standard variable definitions (truncate = 16) into a configuration file, using #defs? 49 * Adding header information to all code files50 * Wrapping code lines so that they are readable on a single page51 * Documenting functions and response.s3 variables52 54 * Ensure that all cross module functionality (SMS, GIS, Email) have easily accessible, easily integrated functions, API even? 53 55 * "Organisation" vs "Organization" - OK, I speak the Queen's English too, but after working for an American "Organization", I now get confused - can we just change it to "Org" in the code? … … 61 63 Especially for GSOC Students and Mentors 62 64 * Using BZR 63 * REST Controller65 * [wiki:RESTController REST Controller], [wiki:S3XRC XML Interface] 64 66 * GIS 65 67 … … 90 92 * Coordination 91 93 * Anything which no one else wants to do 94 95 == Dominic König == 96 === Skills === 97 * Python (Beginner) 98 * HTML(Beginner) 99 * JS (Beginner) 100 * CSS (Beginner) 101 * SQL (Beginner) 102 === Available === 103 1st - 20th April[[BR]] 104 Limited availability during the rest of April.[[BR]] 105 8th May onwards. [[BR]] 106 107 Working UTC: 1900 - 0200 108 === Interested in... === 109 * Core Component Enhancements 110 * Coding Conventions 111 * UI Improvements