TracksApp / tracks

Tracks is a GTD™ web application, built with Ruby on Rails
https://www.getontracks.org/
GNU General Public License v2.0
1.19k stars 537 forks source link

Transitive deadline for dependency actions #1413

Open dnrce opened 10 years ago

dnrce commented 10 years ago

Migrated from the original issue at https://www.assembla.com/spaces/tracks-tickets/tickets/1413

It would be nice to have something like transitive dues/deadlines. Example: an action D is a dependency for an action A and action A has a deadline. If action D doesn't have any deadline set, then assign it A's deadline and if it has, show warning/block when A's deadline is earlier than D's deadline. Transitive deadlines should be somehow distinguished in GUI (and logically) in order to see they weren't set manually but calculated instead (and allow update when A's deadline changes).

Originally reported by werkov on April 4, 2013 at 14:17:01 (+0500) against version git-devel

dnrce commented 10 years ago

On April 4, 2013 at 03:03:10 (+0500), maddentim commented:

I have seen the need for this functionality as well.