dblock / slack-sup

Slack bot that generates fresh triads of team members to meet every week in an informal standup, or S'Up.
https://sup.playplay.io/
Other
19 stars 9 forks source link

Disable users on vacation #31

Closed ashkan18 closed 7 years ago

ashkan18 commented 7 years ago

Feature

We want to disable user's who are currently on OOO for current round of SUP.

Fixes #1

Solution

Added new private on_vacation? method to Team which checks slack member's name, real_name and profile.status_text for words ooo or vacationing and based on that will remove them from current round.

PS. added byebug to test and development.

dblock commented 7 years ago

Love it!