You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, \remind update <user input here> only updates the job's message with the user input.
We should expand the command to allow the user to update the job's time or at-mention as well. The revised syntax could look something like: \remind update [who|when|what] <user input here>
The new parser is custom-built and relies on extracting written patterns
from the text instead of on cron patterns. The scheduler consumes those
patterns and handles scheduling job execution. The scheduler component
maintains a sorted list of next job executions, and schedules the next
run based on the first item in that list.
An initial list of parsing and scheduler tests is included.
Still missing: formatting tests! May hold on those for now.
Fixes#139, fixes#45.
Currently,
\remind update <user input here>
only updates the job's message with the user input.We should expand the command to allow the user to update the job's time or at-mention as well. The revised syntax could look something like:
\remind update [who|when|what] <user input here>
This issue depends on completing #138 first.
The text was updated successfully, but these errors were encountered: