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

Refactor standup interaction #72

Closed stvnrlly closed 8 years ago

stvnrlly commented 8 years ago

This pulls the main standup-recording interactions into some helpers in order to maintain consistency across the styles of interaction. This allows for interviews triggered by emoji and DM, but still preserves the original block-text DM method.

There shouldn't be much in the way of new features here, but this does help solve some buggy behavior from the previous setup.

codecov-io commented 8 years ago

Current coverage is 82.91%

Merging #72 into develop will increase coverage by +8.54%

@@            develop        #72   diff @@
==========================================
  Files            19         22     +3   
  Lines           480        474     -6   
  Methods          87         85     -2   
  Messages          0          0          
  Branches         69         66     -3   
==========================================
+ Hits            357        393    +36   
+ Misses          123         81    -42   
  Partials          0          0          

Powered by Codecov. Last updated by 1d8ee3a...733a094