Changes between Version 17 and Version 18 of BluePrintHumanIntelligenceTasks
- Timestamp:
- 04/05/11 22:51:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintHumanIntelligenceTasks
v17 v18 62 62 Decide how the task setup should be stored, that is: 63 63 * 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? 65 72 66 73 To start, tasks could be defined by editing a setup file. Later, we can provide a web form or … … 159 166 ==== Providing feedback ==== 160 167 168 === Some suggested subsets for GSoC === 169 170 This 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 161 176 ---- 162 177 BluePrints