-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Proposal: Scheduling / Set Reminder #36
Comments
I'm sure there are many Discord bots that can do something like, let you set a reminder for later, and then print out a message later reminding you of the thing. What is a benefit we would get from building this into the Hubs bot versus using a separate reminder tool? The only obvious thing I can think of is "the bot could do something like create and bridge a new hub, instead of just printing a reminder", but that doesn't really sound easier than having a human do it. After all, some human has to do stuff like say which scene it should be. |
One benefit is having it automatically surface the Hubs link in the room as part of the reminder that I set, which wouldn't happen through another tool. Using an external scheduling bot (assuming I've already gone through the process of thinking that scheduling is a feature I need, which I may not jump to automatically, but would discover if it was surfaced to me through a bot I already have in my server) would rely on finding, using, and configuring a second bot, then manually setting the reminder to link to the room. I would hypothesize that there are servers out there that would benefit from this because they're owned by folks new to Discord, or who are very particular about inviting in bots, or who would be more likely to have repeat rooms if the functionality was presented for them. I see value in having more flexible tools available, and don't consider this an urgent feature request, but in observing how people are currently scheduling, it feels like there could be something here. |
Seems like a feature worth running an experiment on. I would expect to be able to schedule the event and have it repeat automatically.
And then
so that I can |
So, looking at the data we got from the CHI conference, here are some numbers that would go beyond what could be manually entered:
Of course, this makes me really want much more optimization here, beyond the discord bot. However, it would be great to feed this in and be able to go to a channel/room and see @brianpeiris's I see a big need, then, is to have people be able to express interest in part of the schedule, so that if I looked I could find sessions that others were planning on attending, and add themselves to the schedule. I could see this same thing being useful for the education situation: I could set up a repeating schedule for a room (watching videos, office hours, chatting about homeworks, whatever) and have people say when they'd be available, so you could see at a glance what's |
Just found this: https://www.discalbot.com Seems like it might meet some of these needs, if it does, perhaps we should support them (via mozilla's funding of OSS projects) or contribute? |
I made an extremely barebones version of this in #69 but I will leave this issue hanging around. |
Discord users may want to set reminders or schedule a future meetup for their communities. The bot could surface this as a feature to allow members to set a future time to be reminded of an event and drive recurring meetups.
The design could be either reminder-driven or event-driven. I feel like in either case, you want the ability to have a reminder set before the event, but it feels more intuitive to create events with reminders as opposed to simply creating the reminder itself.
I'm envisioning this as something like:
!hubs schedule [date] [time] [meeting description]
- add a new upcoming event to the channel schedule, then prompt the user to choose the time for their reminder message for the event from [0 minutes | 30 minutes | 1 hour | 12 hours | 1 day].!hubs schedule
- shows all of the scheduled remindersWhen the reminder time hits, the bot posts a message with the room link.
Down the road, we could make reminders more configurable if the feature is requested / used heavily.
Open questions:
The text was updated successfully, but these errors were encountered: