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

Offer to move standup before overwriting an existing one #16

Closed stvnrlly closed 8 years ago

stvnrlly commented 8 years ago

That seems like plenty. There could be a @standup-bot move standup command to handle this. If there's no standup, it should create one.

Also if somebody tries to create a standup when one exists, the bot should offer to move it. This could use the bot.convo() feature.

mgwalker commented 8 years ago

It looks like it moves the existing standup already. (Just kinda playing around with it, if I create two standups in a channel, it only reports at the time of the last one.) Even if that's correct, the second part would still be a cool addition.

stvnrlly commented 8 years ago

This is likely a false report because I was able to create two standups simultaneously when two instances of the bot were running. I'll convert it to only be about that confirmation step.