0.1.1 • Published 10 years ago

hubot-task-agent v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago