From 9119a9163c66f303afc8a5a1abfa68e4eaee9226 Mon Sep 17 00:00:00 2001 From: jdmedlock Date: Thu, 28 Feb 2019 18:10:59 -0600 Subject: [PATCH] Refactor: Add Kudos idea and update app description in README.md Add Kudos idea and update app description in README.md Resolves: N/a See also: N/a --- Projects/Kudos-Slackbot.md | 40 ++++++++++++++++++++++++++++++++++++++ README.md | 12 +++++++++--- 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 Projects/Kudos-Slackbot.md diff --git a/Projects/Kudos-Slackbot.md b/Projects/Kudos-Slackbot.md new file mode 100644 index 00000000..3c5e4546 --- /dev/null +++ b/Projects/Kudos-Slackbot.md @@ -0,0 +1,40 @@ +# Kudo's Slackbot + +Have you ever recognizd a team mate's contributions or assistance in a Slack +channel only to find that it's lost after a few days? Let *_Kudo's_* come to +the rescue. + +Kudo's is a Slackbot that allows you to create a recognition of someone else's +efforts and to make is available through a simple Slack command. + +## User Stories + +- [ ] User can create a kudu using the Slack command: `/kudo add ` where: + * `` defines the individual receiving the recognition + * `` is your kudo for that person + +- [ ] User can modify a kudu using the Slack command: +`/kudo replace ` where: + * `` is 'replace' or 'delete' + * `` is the kudo identifier + * `` is your kudo for that person + +- [ ] User can delete a kudu using the Slack command: `/kudo delete ` + +- [ ] User may display the most recent _n_ kudos using the Slack command: `/kudo list ` where 'n' is an integer or `*` for all kudos + +- [ ] User may display all kudos for an individual with the Slack command: `/kudo user ` + +## 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. + +## Useful links and resources + +- [Slack API](https://api.slack.com/) + +## Example project + +- N/a \ No newline at end of file diff --git a/README.md b/README.md index 85466336..0a1d176e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ ## App Ideas Collection -Have you ever wanted to build something but you had no idea what to build or where to start? +Welcome to the **biggest collection** of app ideas you could build to improve +your coding skills and why not, to impress your next employer with a shiny +portfolio! -Welcome to the **biggest collection** of application ideas. (if not yet, it will be soon enough xD) +Did you ever wanted to build something but you had no idea what to do? Just as +authors sometimes have "writers block" it's also true for developers. Use this +repo to get ideas for your next app to help you improve your skills or to share +your idea with other developers. -These applications are: +This is indended not only to be a simple list of projects, but a list that +describes each project in enough detail so you can develop it: - great to improve your coding skills; - great to experiment with new technologies;