Skip to content

POC: Add /remind_me quick action

Kerri Miller requested to merge 20490-add-remind-quick-action into master

What does this MR do and why?

This proof-of-concept adds a new quick action /remind_me <date in future> that will create a Notification/ToDo at the scheduled time. It uses scheduled Sidekiq jobs to create a ToDo for the user. It was built in this manner as an exercise in a fast experiment to gather feedback and interest before committing to a scheduled wider release.

Screenshots

Command hinting

image

Reminder set

image

ToDo

image

Related to #20490

Edited by Kerri Miller

Merge request reports