Skip to content

Use Cases

Christopher Rocco edited this page Jun 19, 2018 · 1 revision

Data-Extraction

  1. Researcher creates a data-extraction instance, assigns codebook, and uploads some articles
    1. Job gets created
  2. Researcher invites a list of users via email to join the job
  3. User clicks callback link in email, containing a job token, and accepts invite
    1. User is added to job as a member
    2. 'User Joined' event is triggered
    3. Task driver is used to assign N tasks
  4. User visits his dashboard. A list of jobs and tasks is fetched and displayed
  5. User clicks 'load task'. Task driver fetches task data.
  6. User works on task via the pub-coder activity.
    1. Task driver emits task started, updated, completed, stopped events
  7. Researcher sees users' task activity in job dashboard
Clone this wiki locally