Changes between Version 52 and Version 53 of ProjectInformation
- Timestamp:
- 09/29/10 18:29:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v52 v53 65 65 * A favorite missing feature: Geocoding addresses. There is already a geocoding service supported in Eden, but it's not used when a user adds a location. Your job: 66 66 * Find the geocoding function. 67 * When the user adds a location, use the geocoding function to get latitude and longitude when the user 67 * When the user adds a location and enters an address, use the geocoding function to get latitude and longitude. 68 69 ==== ''Suggestion Box'' ==== 70 * http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e1437 68 71 69 72 ==== ''!SysAdmin tasks'' ==== … … 78 81 79 82 ==== ''Test automation'' ==== 80 * Figure out how to do unit tests against a web application.81 * Write unit and functional tests.82 * DeveloperGuidelinesTesting#FunctionalTests83 * Figure out how to do unit tests against a web application. 84 * Write unit and functional tests. 85 * DeveloperGuidelinesTesting#FunctionalTests 83 86 84 87 ==== ''Tweet or SMS parsing -- allow users to provide info via tweets or SMS messages'' ==== 85 * Parse formatted SMS messages or tweets (e.g. key value pairs).86 * Detect when message interpretation isn't certain and dispatch to a human reader (use existing "task" database, or Job Jar, below!).87 * Create database records from parsed messages.88 * BluePrintMessagingModule#Twitter89 * BluePrintMessagingModule#Micro-Syntax88 * Parse formatted SMS messages or tweets (e.g. key value pairs). 89 * Detect when message interpretation isn't certain and dispatch to a human reader (use existing "task" database, or Job Jar, below!). 90 * Create database records from parsed messages. 91 * BluePrintMessagingModule#Twitter 92 * BluePrintMessagingModule#Micro-Syntax 90 93 91 94 ==== ''Job Jar -- manage tasks performed on the site, e.g. data entry'' ==== 92 * Assign tasks to users or let users select tasks. 93 * Track who does what, mark completed. 94 * Provide administrator UI for defining tasks. 95 * Cross-check / verify task, or compare result of two users on same task. 96 * Administer tests and training for new workers. 97 98 ==== ''Suggestion Box'' ==== 99 * http://groups.google.com/group/sahana-eden/browse_thread/thread/bbda1e98b73e1437 95 * Assign tasks to users or let users select tasks. 96 * Track who does what, mark completed. 97 * Provide administrator UI for defining tasks. 98 * Cross-check / verify task, or compare result of two users on same task. 99 * Administer tests and training for new workers. 100 100 101 101 ==== ''Upload photos or video from a smart phone'' ====

