Changes between Version 2 and Version 3 of Event/2012/GCI/Code


Ignore:
Timestamp:
11/01/12 17:03:01 (12 years ago)
Author:
Mark Prutsalis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2012/GCI/Code

    v2 v3  
    11[[TOC]]
    22= GCI Tasks: Code  =
    3 These tasks are suitable for coders of various levels. Sahana Eden using Python, !JavaScript and HTML.
    4 == Easy ==
    5 ''Tasks for beginning coders, or if new to Python or web services''
     3These tasks are suitable for coders of various levels.
    64
    7 === Fix an Easy Ticket ===
    8 http://eden.sahanafoundation.org/report/18
    9 Pick a bug report from http://eden.sahanafoundation.org/report/18, try to reproduce the issue in a local instance, fix the problem and submit a patch to the ticket on Trac, then notify the Sahana-Eden mailing list about your patch for verification.
     5== Sahana Eden Tasks ==
     6using Python, !JavaScript and HTML.
    107
    118=== Add Social Media Share Buttons to Pages ===
    12 Medium[[br]]
    139Add code which displays buttons to Share to Social Media (at least facebook & twitter) on every page.
    1410* This should be controllable from a deployment_setting
     
    2723
    2824=== GIS/Mapping ===
     25
    2926These are a various GIS/Mapping Tasks:
    3027 * Add a delay to the onHover tooltip (highlightControl)
     
    6865
    6966Example: Personal Profile Picture
     67
    7068=== Suggestion Box ===
    7169 Here are some potential features for a "suggestion box", roughly in order of priority:
     
    122120Please focus on modules which are [https://github.com/flavour/eden/blob/master/deployment-templates/models/000_config.py#L427 enabled by default].
    123121
    124 == Intermediate ==
    125 
    126 === Feature Enhancements ===
    127  * Fix UI issues, add features, provide user-requested enhancements.
    128   * You can pick from these [/report/21 feature requests].
    129 
    130122=== OSM Importer UI ===
    131123 * There is an import stylesheet for .osm files: static/xslt/import/osm.xsl
     
    156148Can use UI ideas/code from Sync
    157149
    158 === Fix an Hard Ticket ===
    159 http://eden.sahanafoundation.org/report/1
    160 Pick a bug report from http://eden.sahanafoundation.org/report/1, try to reproduce the issue in a local instance, fix the problem and submit a patch to the ticket on Trac, then notify the Sahana-Eden mailing list about your patch for verification.
    161 
    162150=== Build library(ies) to integrate Emergency Data Exchange Language Distribution Element ===
    163151Difficulty : '''HARD''' proposed by: [http://lirneasia.net/profiles/nuwan-waidyanatha | Nuwan] [[BR]]
     
    176164'''Reevaluate: ''' Use an API to add and strip the EDXL-DE to any EDXL data standard. Use the same set of XML files to run through this process [[BR]]
    177165
    178 == Advanced ==
    179 Have a look at a BluePrint to see what advanced code contributions are needed.
    180 
    181166----
    182167[wiki:Contribute]