Changes between Version 51 and Version 52 of Projects/Advanced
- Timestamp:
- 02/11/14 23:50:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced
v51 v52 14 14 * Consider what other FOSS tools exist, that could be installed alongside Eden. 15 15 * Look at tools and libraries already in use in Eden, e.g. jQuery and ExtJS for UI work. 16 17 == NYC Sandy Recovery Site ==18 See: Deployments/Sandy/Recovery19 20 == Dashboards ==21 Focal Persons: Michael Howden, Fran Boon22 * Reusable Dashboard template23 * User Customizable24 * Dynamically load Dashboard components25 * See:26 * http://eden.sahanafoundation.org/wiki/BluePrint/UserInterface#ModuleIndexPages27 * http://eden.sahanafoundation.org/wiki/BluePrint/UserInterface/Dashboard28 * https://docs.google.com/document/d/1EKt6lSs1d2kuyCfCM8hQZdeL2zfCJ2JKvPU-dm81TUQ/edit?usp=sharing29 * https://github.com/flavour/eden/blob/master/modules/s3/s3profile.py (Current implementation used in DRMP template)30 31 16 == Sahana Sunflower == 32 17 Focal Persons: Michael Howden, Fran Boon … … 61 46 == [http://eden.sahanafoundation.org/wiki/BluePrint/HXL#SigmahtoSahana3W4Wdataexportation Integration with Sigmah using HXL] == 62 47 48 63 49 == Deployment Tools == 64 50 Focal Persons: Fran Boon, ... 65 51 Extend the toolkit for deploying and maintaining instances of Sahana Eden, eg; 66 52 Deploy Eden using e.g. 67 53 * [http://fabfile.org Fabric] … … 83 69 == Out-Of-The-Box Sahana Deployment == 84 70 Focal Persons: Michael Howden, ... 71 Develop a generic [http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Templates template] 72 * Reviewing functionality across a number deployed templates: 73 * {{{IFRC}}} 74 * {{{DRMP}}} 75 * {{{CRMT}}} 76 * {{{Yolanda}}} - Deployments/Philippines/Haiyan 77 * {{{...}}} 78 * Developing a complete BluePrint (requirements) for the template in consultation with the community 85 79 * Modules to Enable / Configure 86 80 * Volunteer Management … … 100 94 == Mobile Interface == 101 95 Focal Persons: Michael Howden, Graeme Foster, Fran Boon 102 * Implement a responsive HTML interface for mobile devices. 103 * Style standard CRUD + Search + Report 96 Implement a responsive HTML interface for mobile devices. This will involve: 97 * Style standard CRUD + Search + Report for mobile devices 98 * Represent Menus in a meaningful way for Mobile Devices 104 99 * Possible options include Bootstrap, jQuery Mobile & Sencha 105 * Represent Menus in a meaningful way for Mobile Devices 100 101 == Printable Maps == 102 Enable interactive web maps to be easily exported as images (with all of there layers) and printed. 106 103 107 104 == Workflow Support == … … 110 107 * Functionality to split the completely of large forms up into smaller steps (possibly using JS?) 111 108 * Workflow Engine (probably beyond the scope of GSoC - actually I think this should be the primary scope of the project GF) 109 == NYC Sandy Recovery Site == 110 See: Deployments/Sandy/Recovery 111 112 == Chat in Sahana == 113 * BluePrint/Chat 114 115 == Image & File Management == 116 Support better management of Images and Files in Sahana Eden, including: 117 * Multiple-File Async Upload with Previews: https://github.com/blueimp/jQuery-File-Upload 118 * Mobile Photo/Video Upload: Design a widget (to be included in an Eden form) that can be used to select images or video, with any needed detection of the type of phone. 119 * Represent function for full image or thumbnail 120 * Lightbox viewer for full sized image 121 * e.g. Make use of the one within Vulnerability module 122 * Image Library 123 * Provide a .represent for the view to display image thumbnail with option to zoom large (such as Fancyzoom) 124 * Provide a beautiful image viewer to flip between images 125 * http://blog.lieldulev.com/2010/05/21/parallel-image-preloading-in-js/ 126 * Use Mapping API to display images on Map 127 128 == Dashboards == 129 Focal Persons: Michael Howden, Fran Boon 130 * NOTE: Much of this has already been implemented with [https://github.com/flavour/eden/blob/master/modules/s3/s3profile.py s3profile ], although this could be documented & extended 131 * Reusable Dashboard template 132 * User Customizable 133 * Dynamically load Dashboard components 134 * See: 135 * http://eden.sahanafoundation.org/wiki/BluePrint/UserInterface#ModuleIndexPages 136 * http://eden.sahanafoundation.org/wiki/BluePrint/UserInterface/Dashboard 137 * https://docs.google.com/document/d/1EKt6lSs1d2kuyCfCM8hQZdeL2zfCJ2JKvPU-dm81TUQ/edit?usp=sharing 138 * https://github.com/flavour/eden/blob/master/modules/s3/s3profile.py (Current implementation used in DRMP template) 112 139 113 140 == Search == … … 173 200 See Also: 174 201 * [wiki:Projects/Advanced/Optimisation] 202 175 203 == Rostering == 176 204 Focal Persons: Dominic König … … 218 246 * Tracking people ( John Smith was registered at Camp A, then collected food at Camp B, then volunteers at Site C), or Items (The shipment of Tarpaulins moved from site C to site D, where it was split, and then half of them have been distributed from site E) 219 247 * Having a playable timeline slider (like [http://haiti.ushahidi.com/main]) 220 * Be able to export maps as images & print them221 248 * Photo Bulk Uploader 222 249 * Add EXIF support to geolocate images … … 247 274 * BluePrintMessagingModule#Micro-Syntax 248 275 249 == Mobile Photo/Video Upload ==250 * Design a widget (to be included in an Eden form) that can be used to select images or video, with any needed detection of the type of phone.251 252 276 == Run Eden on a smart phone == #Mobile 253 277 * See BluePrintMobileClient. … … 257 281 * [wiki:NCSU#Projectsbeingworkedon NCSU Students] working on this 258 282 259 == Chat in Sahana ==260 * BluePrint/Chat261 262 283 == New Use Cases == 263 284 Extensions to support: … … 267 288 * Look at the [http://www.maitri.org/secure/join.html volunteer page]. Compare with the existing (incomplete) volunteer module. What additional features might Maitri need to use the Eden volunteer module? 268 289 269 == Image Library == 270 * Provide a .represent for the view to display image thumbnail with option to zoom large (such as Fancyzoom) 271 * Provide a beautiful image viewer to flip between images 272 * http://blog.lieldulev.com/2010/05/21/parallel-image-preloading-in-js/ 273 * Use Mapping API to display images on Map 290 274 291 275 292 == Flash Drive Version == … … 336 353 '''Reevaluate : ''' If the XSL transformation is developed, then the mapping can be tested with the sample RM and SITREP files [[BR]] 337 354 338 == Better handling of image and file uploading and representations ==339 * Multiple-File Upload with Previews: https://github.com/blueimp/jQuery-File-Upload340 * Represent function for full image or thumbnail341 * Lightbox viewer for full sized image342 * e.g. Make use of the one within Vulnerability module343 344 355 == See Also == 345 356 * [wiki:Contribute/Code]