kensodemann / customer-task-list

2 stars 0 forks source link

Add default date to due date #35

Closed kensodemann closed 5 years ago

kensodemann commented 5 years ago

Add a default value to the due date. Use today, which may be an extreme due date, but at least it is a good start, rather than the start of the current year.

kensodemann commented 5 years ago

Basically, our current implementation of DateTime sucks balls.

It does not have the initialValue property that v3 had. Once set, it does not have the ability to be cleared.

kensodemann commented 5 years ago

Options:

kensodemann commented 5 years ago

One workflow that could be tried is to make the dates more generic:

This would then also allow for the specification of multi-day things such as on-site training.