Changes between Version 19 and Version 20 of BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing


Ignore:
Timestamp:
10/05/13 08:39:32 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia/GHC2013SocialMediaHITProcessing

    v19 v20  
    103103the quality of their work and refer them to more training if needed.
    104104=== Add a controller function to generate task pages for workers ===
    105 Look at other controllers in {{{eden/controllers}}}, and at the documentation for the controller helper function:
     105Look at:
     106 * Other controllers in {{{eden/controllers}}}
     107 * The documentation for the controller helper function:[[BR]]
     108   wiki:S3/S3REST/s3_rest_controller [[BR]]
     109 * The documentation for a custom controller:[[BR]]
     110   http://eden.sahanafoundation.org/wiki/S3/S3Method
     111
     112Eden will automatically generate pages that correspond to database tables (list forms) or individual
     113records (read or edit forms), or empty forms for adding new records (create forms).
     114However, when a worker requests a task, there is not yet any database record for the task. Instead,
     115we want to:
     116 * Select a new, not-yet-processed message.
     117 * Create a record in the (new) hit_task table (being worked on by the model team).
     118 * Return the standard form for the new record to the user.
    106119=== Add a view that presents a task to the worker and submits their work ===
    107120