Feature Description
Currently, the tasknotes project has a set of predefined date fields, but there's no automation when transitioning between statuses. For example, when a task moves to in-progress, the start_date should be set automatically; when it moves to cancelled, the cancelled_date should be recorded — and so on.
Proposed solution:
Add an optional date_property setting to the status configuration. When a task transitions to a given status, the current date is automatically written to the specified date field.
Feature Description
Currently, the tasknotes project has a set of predefined date fields, but there's no automation when transitioning between statuses. For example, when a task moves to in-progress, the start_date should be set automatically; when it moves to cancelled, the cancelled_date should be recorded — and so on.
Proposed solution:
Add an optional date_property setting to the status configuration. When a task transitions to a given status, the current date is automatically written to the specified date field.