-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Remind Me Command #659
Comments
How would be the command syntax? My idea is: /remind
|
My ideia: /remindme Reminders with date and time could be complex because we need some place to alert user about the reminder. This looks good for a initial implementation |
We could for sure use that as a reference :) But wouldn't be able to use it. Simply because we already have a slashcommand handler in place. |
@jclabaugh That syntax reminds me a lot of Slack's remind me command. Good find |
I liked /remind me to and let time to after? |
I've always used it as:
But I can see the |
@rodrigok you might already know this but in response to your comment above about a place to notify the user, in slack the bot just private messages you. I would love this feature. Also btw, awesome project guys, I remember reading about his project in the meteor forum when it just started, its coming along very well. |
I would love this feature as well. It's something I use daily with Slack. Slack's documentation on how this works is available here: https://get.slack.help/hc/en-us/articles/208423427-Setting-reminders E.g. |
I don't think this should be a core feature, you can find already a lot of scripts doing this: |
Yeah... it might be adding un-needed complexities to the core. Because we'll need to then use some sort of cron type process to keep track of all the reminders. |
This is a core feature. I would like to be reminded to read later a certain message, for example. The slash command is just one expression of it. |
Pretty nice feature. |
I know that managers of companies appreciate this feature very much, can assign tasks to their employees and to have feedback of their progress, boss will decide to adopt a free Slack alternatives only if this feature will be implemented. Think about it. As described by @com-ethode-jables Slack's documentation on how this works is available here: https://get.slack.help/hc/en-us/articles/208423427-Setting-reminders |
I'll work on this feature. |
@stepek my hero. |
@stepek are there any updates from you side? |
There are literally hundreds of hubot scripts which do exactly this.. The devs should be working on core features and bug fixes, not reinventing something that is already out there. |
@rocket-cat close ... what @JSzaszvari said. Cheers |
Added this as a proposal to #10174 - as suggested, it's a solved issue, but might make a good bot building tutorial case. |
Still missing this feature. And I tried several Hubot-scripts, which did not work. |
https://rocket.chat/docs/getting-support/ I suggest the #bots channel |
Hello All 👋 I'm quite excited to share my new Reminder app over here. It provides a solution to most of the issues mentioned over here. Check out this doc for more info about this app. Also, feel free to reach out to me on any below-mentioned channels if you wish to share any feedback or suggestions or even criticism. Open server of Rocket.Chat: https://open.rocket.chat/direct/murtaza.patrawala |
@murtaza98 Is there a reason, why there is no public source code? |
I'll admit, I forget things very very quickly. As a result of that, I use the
/remind me
command quite often. Maybe this is a command for Hubot but would be neat to have built into the core.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: