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

Schedule standups for particular days of the week #85

Closed mgwalker closed 7 years ago

mgwalker commented 8 years ago

As a user, I want to be able to specify which days of the week to run a standup so that I will not be bothered on days that standup is not applicable.

E.g., @standup-bot create standup 1300 m t th f

mgwalker commented 8 years ago

@mogul Does this capture the behavior you want?

mogul commented 8 years ago

Yes, that would be enormously helpful. A further iteration would be to let me skip certain days in particular weeks, eg something like: @standup-bot create standup 1300 m 2t th f

...would only fire on every other Tuesday. (There's probably a more standard way to specify this, eg by using whatever cron uses.)