18F / standup-slack-bot

A Slack bot to streamline team standup without disturbing the overall flow of conversation
https://standup-slack-bot.app.cloud.gov/
Other
87 stars 31 forks source link

Manually start interviews, and provide an exit mechanism #76

Closed mgwalker closed 8 years ago

mgwalker commented 8 years ago

A message in a channel where the bot lives and a standup is recorded of the form @standup-bot interview will trigger the standup interview. Includes tests.

Saying "exit" to any interview question will let the user know that the standup won't be recorded and stops the conversation. Does not include tests because we haven't built tests for within conversations yet.

Closes #75

codecov-io commented 8 years ago

Current coverage is 81.65%

Merging #76 into develop will decrease coverage by 1.36%

@@            develop        #76   diff @@
==========================================
  Files            24         25     +1   
  Lines           571        594    +23   
  Methods         102        106     +4   
  Messages          0          0          
  Branches         88         93     +5   
==========================================
+ Hits            474        485    +11   
- Misses           97        109    +12   
  Partials          0          0          

Powered by Codecov. Last updated by 7d503bf...0f03d2f

stvnrlly commented 8 years ago

🚀