Changes between Version 2 and Version 3 of Event/2012/GCI/Code
- Timestamp:
- 11/01/12 17:03:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2012/GCI/Code
v2 v3 1 1 [[TOC]] 2 2 = 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'' 3 These tasks are suitable for coders of various levels. 6 4 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 == 6 using Python, !JavaScript and HTML. 10 7 11 8 === Add Social Media Share Buttons to Pages === 12 Medium[[br]]13 9 Add code which displays buttons to Share to Social Media (at least facebook & twitter) on every page. 14 10 * This should be controllable from a deployment_setting … … 27 23 28 24 === GIS/Mapping === 25 29 26 These are a various GIS/Mapping Tasks: 30 27 * Add a delay to the onHover tooltip (highlightControl) … … 68 65 69 66 Example: Personal Profile Picture 67 70 68 === Suggestion Box === 71 69 Here are some potential features for a "suggestion box", roughly in order of priority: … … 122 120 Please focus on modules which are [https://github.com/flavour/eden/blob/master/deployment-templates/models/000_config.py#L427 enabled by default]. 123 121 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 130 122 === OSM Importer UI === 131 123 * There is an import stylesheet for .osm files: static/xslt/import/osm.xsl … … 156 148 Can use UI ideas/code from Sync 157 149 158 === Fix an Hard Ticket ===159 http://eden.sahanafoundation.org/report/1160 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 162 150 === Build library(ies) to integrate Emergency Data Exchange Language Distribution Element === 163 151 Difficulty : '''HARD''' proposed by: [http://lirneasia.net/profiles/nuwan-waidyanatha | Nuwan] [[BR]] … … 176 164 '''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]] 177 165 178 == Advanced ==179 Have a look at a BluePrint to see what advanced code contributions are needed.180 181 166 ---- 182 167 [wiki:Contribute]