Add repeat monthly setting for tasks #834
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/repeat-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR introduces a concept of "repeat modes" which define how a task will repeat itself. There are three modes which are all triggered when marking a task as done:
RepeatAfter
to all dates.current date + RepeatAfter value
. This also ensures the difference between a start and end date stays the same.All modes make sure the new dates are in the future. This means they will increase all dates as specified per mode until the new date is in the future.
Resolves vikunja/api#698
Frontend:
4ed5d1e8fe
Checklist
mage do-the-swag
)