Changes between Version 18 and Version 19 of WorkOutIdeas


Ignore:
Timestamp:
03/18/10 11:26:16 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkOutIdeas

    v18 v19  
    4242   * Easily generated tables to insert into pages
    4343   * shn_get_db_field_value
    44    * shn_crud_strings
     44   * ~~shn_crud_strings~~
    4545   * 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)
    4752 * Moving imported data out of code and into csv/xml files
    4853 * moving standard variable definitions (truncate = 16) into a configuration file, using #defs?
    49  * Adding header information to all code files
    50  * Wrapping code lines so that they are readable on a single page
    51  * Documenting functions and response.s3 variables
    5254 * Ensure that all cross module functionality (SMS, GIS, Email) have easily accessible, easily integrated functions, API even?
    5355 * "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?
     
    6163Especially for GSOC Students and Mentors
    6264 * Using BZR
    63  * REST Controller
     65 * [wiki:RESTController REST Controller], [wiki:S3XRC XML Interface]
    6466 * GIS
    6567
     
    9092 * Coordination
    9193 * 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 ===
     1031st - 20th April[[BR]]
     104Limited availability during the rest of April.[[BR]]
     1058th May onwards. [[BR]]
     106
     107Working UTC: 1900 - 0200
     108=== Interested in... ===
     109 * Core Component Enhancements
     110 * Coding Conventions
     111 * UI Improvements