kensodemann / customer-task-list

2 stars 0 forks source link

Move End Date with Begin Date #45

Closed kensodemann closed 5 years ago

kensodemann commented 5 years ago

When changing the begin date, keep the end date in sync based on the number of days between the two before the move.

This implies that the only way to change the duration of the task is via the end date.

This also implies a need for a private variable that tracks the duration of the task.