feat: add scheduled tasks and upcoming view - #7
Open
Sa4eNecHinS wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add support for scheduling tasks and appointments for future dates, with an upcoming view (
ctrl + c) available in both modes (simple and normal)Changes
MM-DDdate format. for examples:read a chapter 09-10creates a task for September 10.team meeting 09-10 14:30creates an appointment for that date and time.title HH:MMsyntax for today's appointments.Shift+Cto switch between the current view and upcoming. (still notes pane's clear-board shortcut)Task.Datefield. the json format is the same.Behavior
dates without a year resolve to their next occurrence, including today. Invalid dates show an error and preserve the input for correction.
scheduled tasks appear in Today on their date. Unfinished tasks keep following the current overdue behavior. lists refresh while the application is running.