Changes between Version 48 and Version 49 of ProjectInformation
- Timestamp:
- 09/29/10 15:53:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v48 v49 63 63 * Or talk to the folks at the Codeathon who are [#ProvideFeedback cataloging issues]. 64 64 65 ==== ''!SysAdmin '' tasks====65 ==== ''!SysAdmin tasks'' ==== 66 66 * DeveloperGuidelinesReleaseProcess#ExportApplication 67 67 * PakistanDeploymentCycle#SysadminToDo … … 73 73 * Look at tools and libraries already in use in Eden, e.g. jQuery and ExtJS for UI work. 74 74 75 * Test automation 75 ==== ''Test automation'' ==== 76 76 * Figure out how to do unit tests against a web application. 77 77 * Write unit and functional tests. 78 78 * DeveloperGuidelinesTesting#FunctionalTests 79 79 80 * Tweet or SMS parsing -- allow users to provide info via tweets or SMS messages 80 ==== ''Tweet or SMS parsing -- allow users to provide info via tweets or SMS messages'' ==== 81 81 * Parse formatted SMS messages or tweets (e.g. key value pairs). 82 82 * Detect when message interpretation isn't certain and dispatch to a human reader (use existing "task" database, or Job Jar, below!). … … 85 85 * BluePrintMessagingModule#Micro-Syntax 86 86 87 * Job Jar -- manage tasks performed on the site, e.g. data entry 87 ==== ''Job Jar -- manage tasks performed on the site, e.g. data entry'' ==== 88 88 * Assign tasks to users or let users select tasks. 89 89 * Track who does what, mark completed. … … 92 92 * Administer tests and training for new workers. 93 93 94 * Suggestion Box 94 ==== ''Suggestion Box'' ==== 95 95 * http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e1437 96 96 97 * Upload photos or video from a smart phone 97 ==== ''Upload photos or video from a smart phone'' ==== 98 98 * 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. 99 99 100 * Run Eden on a smart phone: BluePrintMobileClient 100 ==== ''Run Eden on a smart phone'' ==== 101 * See BluePrintMobileClient. 101 102 * Alternate Layout for web view: [wiki:BluePrintCSS#MobileView] 102 103 * Android Application: MobileAndroid