-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Proper workflow to work with staked tasks:
- Manager creates and assign task for the user with specified address Screen to add new staked task #72
We batch 4 wallet operations here:
- create task
(T), - move funds to respecting task within colony
(T), - set payouts for the task
(T), - sign user assignment operation on the manager side
(S)
- User should accept task

We batch 3 wallet operations here:
- sign user assignment on assignee side
(S), - send transaction to accept assignment
(T), - submit deliverable and rating for manager
(T)
- submit task work rating for assignee
(T), - reveal user rating
(T)
- reveal manager rating
(T), - finalize task
(T), - claim payout
(T)
(T) and (S) are operations requiring sending of transaction and signing of the operation respectively
Related UI task for batching transactions: #278
Reactions are currently unavailable


