Skip to content

feat: add repeat current task command - #2188

Open
tgrosinger wants to merge 1 commit into
callumalpass:mainfrom
tgrosinger:repeat-current-task
Open

feat: add repeat current task command#2188
tgrosinger wants to merge 1 commit into
callumalpass:mainfrom
tgrosinger:repeat-current-task

Conversation

@tgrosinger

Copy link
Copy Markdown
Contributor

Reuse a completed, non-recurring task for a future date:

  1. log its completion date in complete_instances
  2. reopen it at the default status
  3. unarchive it when it had been archived
  4. open the edit modal to pick the new scheduled and due dates

Recurring tasks and materialized occurrence notes are rejected, since they already record each occurrence when completed. Body checkboxes are reset when resetCheckboxesOnRecurrence is enabled, sharing a helper extracted from toggleRecurringTaskComplete.

Note: Translations were created with Google Translate.

Reuse a completed, non-recurring task for a future date: log its
completion date in complete_instances, reopen it at the default status,
unarchive it when it had been archived, then open the edit modal to pick
the new scheduled and due dates.

Recurring tasks and materialized occurrence notes are rejected, since
they already record each occurrence when completed. Body checkboxes are
reset when resetCheckboxesOnRecurrence is enabled, sharing a helper
extracted from toggleRecurringTaskComplete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant