@p2pmodels/connect-round-robin
v1.0.0-beta.18
Published
Aragon connector to access and interact with Round Robin task allocation app
Downloads
22
Readme
The Graph Connector for Round Robin
Connector for the Task Allocation Round Robin model prototype.
Usage
const org = await connect(ORG_ADDRESS, 'thegraph', { network: 4 })
const roundRobinApp = await org.app('ta-round-robin')
const roundRobinConnector = await createAppConnector(roundRobinApp)
const proposals = await roundRobinConnector.tasksForUser(<userId>, <status>, { first: <first>, skip: <skip> })