-
Notifications
You must be signed in to change notification settings - Fork 0
Use Cases
Christopher Rocco edited this page Jun 19, 2018
·
1 revision
- Researcher creates a data-extraction instance, assigns codebook, and uploads some articles
- Job gets created
- Researcher invites a list of users via email to join the job
- User clicks callback link in email, containing a job token, and accepts invite
- User is added to job as a member
- 'User Joined' event is triggered
- Task driver is used to assign N tasks
- User visits his dashboard. A list of jobs and tasks is fetched and displayed
- User clicks 'load task'. Task driver fetches task data.
- User works on task via the pub-coder activity.
- Task driver emits task started, updated, completed, stopped events
- Researcher sees users' task activity in job dashboard