J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

`order_todo` uses `due_today` instead of `time_remaining_today` #84

Closed J3RN closed 7 years ago

J3RN commented 7 years ago

What it says on the tin.

Task list at the beginning of the day: screen shot 2016-10-18 at 11 33 14 pm

Task list after having logged some time: screen shot 2016-10-18 at 11 33 38 pm

Notice that Task 123 did not drop below Task 456 despite it now having less time remaining. This new behavior encourages users to work on a task until their daily time for it is completed first, then move on to another.

A consequence of this was that due_today had to become a public method, and is now tested as such.