0.1.1 • Published 8 years ago

hubot-task-agent v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hubot: hubot-task-agent

Build Status

Assign tasks to users in random

See src/task-agent.coffee for full documentation.

Installation

Add hubot-task-agent to your package.json file:

npm install --save hubot-task-agent

Add hubot-task-agent to your external-scripts.json:

["hubot-task-agent"]

Run npm install

Sample Interaction

user1>> hubot user1 can do cleaning task
hubot>> OK, user1 can do the 'cleaning' task.
user1>> hubot what tasks can user1 do?
hubot>> user1 can do the following tasks: cleaning.
user1>> hubot user2 can do cleaning task
hubot>> OK, user2 can do the 'cleaning' task.
user1>> hubot who can do cleaning task?
hubot>> The following people can do the 'cleaning' task: user1, user2
user1>> hubot assign cleaning task to a user
hubot>> The following people is assigned to the 'cleaning' task: user1
0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago