Changes between Version 52 and Version 53 of ProjectInformation


Ignore:
Timestamp:
09/29/10 18:29:03 (15 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectInformation

    v52 v53  
    6565 * 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:
    6666   * 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
    6871
    6972==== ''!SysAdmin tasks'' ====
     
    7881
    7982==== ''Test automation'' ====
    80   * Figure out how to do unit tests against a web application.
    81   * Write unit and functional tests.
    82   * DeveloperGuidelinesTesting#FunctionalTests
     83 * Figure out how to do unit tests against a web application.
     84 * Write unit and functional tests.
     85 * DeveloperGuidelinesTesting#FunctionalTests
    8386
    8487==== ''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#Twitter
    89   * BluePrintMessagingModule#Micro-Syntax
     88 * 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
    9093
    9194==== ''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.
    100100
    101101==== ''Upload photos or video from a smart phone'' ====