Changes between Version 13 and Version 14 of BluePrintHumanIntelligenceTasks


Ignore:
Timestamp:
04/05/11 16:14:28 (14 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintHumanIntelligenceTasks

    v13 v14  
    2121 * Figure out how to specify a task, and provide a UI for defining tasks.
    2222 * Allow reading data for tasks from specified sources.
     23 * Assign tasks to workers based on skills and / or measured performance, or let workers select tasks.
    2324 * Provide tasks to users in a web form.
    24  * Assign tasks to workers based on skills and / or measured performance, or let workers select tasks.
    2525 * Compare results of multiple workers on the same task.
    2626 * Decide when a task is sufficiently complete.
     
    8080 * Dispatch failed tasks and a sample of successful tasks to experts.
    8181
    82 The task queue will be driven by the input data.
     82The task queue will be driven by the input data. Actually reading the data from a remote
     83source is "beyond the scope" of this project -- that would be a common process needed by
     84other Eden components as well.
    8385
    8486==== Assigning tasks to users ====