NuCode1497 / TimekeeperWPF

A WPF app that keeps track of how you spend your 168h/w.
MIT License
0 stars 0 forks source link

Travel Time #15

Open NuCode1497 opened 6 years ago

NuCode1497 commented 6 years ago

Some tasks will require some travel time and/or wind-up time which means they need designated time before or after the task where nothing else can happen. Wind-up time means the task requires a minimum amount of time it needs in each instance, otherwise there's no point in doing it. May require sequential prioritization

NuCode1497 commented 6 years ago

Minimum Time is already implemented.

NuCode1497 commented 6 years ago

Sequential prioritization can be achieved using triggers.

NuCode1497 commented 6 years ago

This issue is currently blocked pending development of #12 and #14