bsiebens / todoguardian

MIT License
0 stars 0 forks source link

Postpone takes original date into account instead of current date #14

Closed bsiebens closed 1 week ago

bsiebens commented 1 week ago

Describe the bug When postponing a todo, it should calculate the new date based on the following formula: new date = current date + pattern. It seems that currently the new date is calculated based on the original date (e.g., due date) rather than today.

Expected behavior Data should be calculated based of the current date.

bsiebens commented 1 week ago

Tests failed - update required