ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Discuss »
Difference between "blocks" and "precedes"
Added by Simon Brouwer at 2012-01-25 12:49 pm
Hi,
In the ChiliProject software you can indicate a time dependency between issues by adding a relation of (among others) "blocks" or "precedes".
Intuitively I would interpret "blocks" as "the next issue cannot start before the previous issue is finished" and "precedes" as "the next issue will not start before the previous issue is finished".
So they seem to mean about the same. I wonder what is the practical difference?
Best regards
Simon
IIRC:
- blocks: You won't be able to set the blocked issue to a "closed" status.
- precedes: The start date of the following issue will always be the end date of the preceding issue +1.