@p2pmodels/connect-round-robin

Aragon connector to access and interact with Round Robin task allocation app

Usage no npm install needed!

<script type="module">
  import p2pmodelsConnectRoundRobin from 'https://cdn.skypack.dev/@p2pmodels/connect-round-robin';
</script>

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> })