Changes between Version 17 and Version 18 of BluePrintHumanIntelligenceTasks


Ignore:
Timestamp:
04/05/11 22:51:01 (14 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintHumanIntelligenceTasks

    v17 v18  
    6262Decide how the task setup should be stored, that is:
    6363 * What database schema is appropriate?
    64  * How does it fit in with other Eden components?
     64 * For a general task, with arbitrary data sources and arbitrary form fields and layout,
     65   we may need a data structure beyond just fixed fields in a single table. This might
     66   be implemented in various ways -- options include:
     67  * An XML specification.
     68  * A database schema using multiple tables.
     69  * A form template.
     70 * How does it fit in with other Eden components? What other pieces can we use directly
     71   or crib from?
    6572
    6673To start, tasks could be defined by editing a setup file. Later, we can provide a web form or
     
    159166==== Providing feedback ====
    160167
     168=== Some suggested subsets for GSoC ===
     169
     170This can be split into three main parts:
     171 * Task specification. This is tricker than it seems: A truly general specification means we
     172   need
     173
     174* Implement the task queue. This is the core of the project.
     175
    161176----
    162177BluePrints