Considering lists A -> B -> C -> D.
Say that a card has been moved after N days from list A to list C.
We consolidate actions so the produced output will be as if the card was moved after N days from list A to list B, then instantaneously from list B to list C.
This is the expected behavior for CT calculation:
A -> B takes N days
B -> C takes 0 day
LT is not affected since A -> C still take N days.
Will solve #33.
Resolution implemented here
Considering lists A -> B -> C -> D. Say that a card has been moved after N days from list A to list C.
We consolidate actions so the produced output will be as if the card was moved after N days from list A to list B, then instantaneously from list B to list C.
This is the expected behavior for CT calculation:
LT is not affected since A -> C still take N days.