-
Notifications
You must be signed in to change notification settings - Fork 31
Allow users to set themselves OOO for a period of time #70
Comments
I like the idea of putting At a higher level, this is something that the bot could potentially pull from people's display names (since there's a norm of putting OOO in it when out). I wish there were an API method for editing the display name, so that we could make it more interactive. |
They could put the channel name when they tell the bot: |
Ah, yes: this could be a good way to try out pre-population commands. Although, for this one, I wonder if we'd be building a feature that should really exist in Tock. |
Another challenge here: should the bot differentiate between all-day OOO and part-day OOO? And, if so, how? |
What if the bot just looks for "OOO" in the "today" part of the user's standup? That doesn't help with the pre-populated thing, but it'd solve the all-day/part-day thing, and if someone is OOO but still wants to submit their standup, it'll handle that too. |
That's what I have written now (not pushed yet), but I don't think it would handle all-day/part-day. There's just too much variation in how people say it. I'm fine to let it be broad for now, though, and see if that's ok. |
@waldoj kind of brought this question back up, particularly around all-day/part-day OOO. Is it something we should look into again? Also, to the question of knowing which users should respond, this is similar to #101 - if the channel's standup is setup with an audience more specific then For automatic OOO reports, the bot could also submit them to every channel where the user is present and there's a standup scheduled. |
I'm not sure that standup reports are considered mandatory enough that non-responders could be auto-marked as OOO. Here's a counter-proposal:
|
👍 This is very sensible. (I appreciate that you're probably using "OOO" as a shorthand here, but just in case: make sure that |
Yep, your third bullet aligns with what I was thinking. And I really like the other two bullets as well. It sounds like we have a path forward. |
If someone knows they're going to be OOO, it might be nice to let standup bot know. It can even prefill their reports. Will put in a proper user story later, but some ideas (in a DM, presumably):
And their report could just be a Today set to "Out of office" - possibly the OOO folks get rolled up in the summary?
The text was updated successfully, but these errors were encountered: