bdauer / tasktracker

tracker for one-off, timed and recurring tasks scheduled for or due on a given day.
2 stars 0 forks source link

Combine/update scheduled_datetime and due_datetime in Task model #7

Closed bdauer closed 7 years ago

bdauer commented 7 years ago
bdauer commented 7 years ago

Working on the logic when responding to the login signal for the creation of recurring tasks, realized this would keep leading to unnecessary code until it got changed, and then I'd have more to update.

This has been changed. The new fields are:

date: functions just like the earlier fields, storing a date when a task is either due or scheduled. date_type: specifies the type of date as either 'S' for 'scheduled for' or 'D' for 'due by'.