From 4817a6c4b60557ca0d463714d243f21ea8e83a29 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Tue, 12 Mar 2019 07:53:00 +0200 Subject: [PATCH] added Trello Board to Kudos Slackbot --- Projects/Kudos-Slackbot.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Projects/Kudos-Slackbot.md b/Projects/Kudos-Slackbot.md index e8c3da2d..1cbd3a54 100644 --- a/Projects/Kudos-Slackbot.md +++ b/Projects/Kudos-Slackbot.md @@ -14,8 +14,7 @@ efforts and to make it available through a simple Slack command. - `` defines the individual receiving the recognition - `` is your kudo for that person -- [ ] User can modify a kudu using the Slack command: - `/kudo replace ` where: +- [ ] User can modify a kudu using the Slack command: `/kudo replace ` where: - `` is 'replace' or 'delete' - `` is the kudo identifier @@ -29,9 +28,11 @@ efforts and to make it available through a simple Slack command. ## Bonus features -- [ ] User may list the individual having the most kudos, in descending order, - user the Slack command: `/kudo top ` where `n` is an integer or `*` for all - individuals who have received a kudo. +- [ ] User may list the individual having the most kudos, in descending order, user the Slack command: `/kudo top ` where `n` is an integer or `*` for all individuals who have received a kudo + +## Trello Board + +You can track your progress by cloning this [Trello Board](https://trello.com/b/bYzRZwIw/kudos-slackbot) ## Useful links and resources