Task.is_overdue only compared due_date to today, so a task due at 9am stayed "not overdue" until midnight regardless of due_time. Now factors in due_time when the due date is today (mirrored in the offline app's isTaskOverdue()). Confirmed fixed live.
5 new tests added in tasks/tests.py covering before/after due_time, no-due_time, date-only overdue, and completed-task exclusion.
Fixed in commit d67a7e4.
Task.is_overdue only compared due_date to today, so a task due at 9am stayed "not overdue" until midnight regardless of due_time. Now factors in due_time when the due date is today (mirrored in the offline app's isTaskOverdue()). Confirmed fixed live.
5 new tests added in tasks/tests.py covering before/after due_time, no-due_time, date-only overdue, and completed-task exclusion.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixed in commit
d67a7e4.Task.is_overdue only compared due_date to today, so a task due at 9am stayed "not overdue" until midnight regardless of due_time. Now factors in due_time when the due date is today (mirrored in the offline app's isTaskOverdue()). Confirmed fixed live.
5 new tests added in tasks/tests.py covering before/after due_time, no-due_time, date-only overdue, and completed-task exclusion.