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

Show channel and date in bot messages #106

Closed mgwalker closed 7 years ago

mgwalker commented 7 years ago

As a user, I'd like the bot to tell me which channel it's asking about so that I know what channel I'm answering for.

mgwalker commented 7 years ago

Tried a few different arrangements. Here are some screenshots with comments:


screen shot 2016-12-15 at 8 11 08 am

The original idea was to put the channel name and day of the week at the start of each of the bot's questions during the interview. But it's easy not to notice the channel name and the day of the week being there is confusing - it kind of looks like the bot is asking about what I did Wednesday.


screen shot 2016-12-15 at 8 12 35 am

Took out the day of the week. Now the channel name really disappears.


screen shot 2016-12-15 at 8 11 37 am

Moved everything to the end. The channel name stands out more, but I think having the day of the week here is even more confusing.


screen shot 2016-12-15 at 8 11 47 am

Just the channel name at the end. I think this one is the clearest of the four here.


Maybe changing the text from just the day of the week to something more descriptive would help, but I'm worried that having a day name and the word "yesterday" in the same sentence is going to throw people off, especially since they won't match up. (E.g., "Yesterday was Tuesday... so... should I put in today since it's asking for Wednesday?")

Thoughts, anyone?

stvnrlly commented 7 years ago

The concern about the date/day mismatch makes sense to me. I wonder if the underlying issue this is addressing—people responding to stale interviews—was mostly fixed with the queue, in which case the simple fourth option seems like a good idea for a first iteration, at least.

Another approach is to incorporate the channel name directly into the message to encourage people to scope their standup to the channel. For example, "What did you do yesterday for #standup-bot-dev?"

mgwalker commented 7 years ago

I think you're right that this was mostly addressed with the queue. If people have issues with it again, we can always open a new issue.