aesculus / EVTO-App-Feedback

A project to track bugs and ideas for the EVTO App
MIT License
1 stars 0 forks source link

Should Ripple Date Apply to Segments Start Times? #463

Closed aesculus closed 7 years ago

aesculus commented 7 years ago

The ripple date/time feature shoves all following segments down whatever the delta is when a segment or trip is changed. I am not sure if this is the correct behavior we want.

Clearly if the date changes you would want to shove the following segments accordingly.

But what if the start time just changes? For example the user gets a late start and still wants the other segments to start at the same time? Today if you increase the trip or a segment by 15 minutes, the following segments are pushed out the same amount.

It would seem to me there should be some logic on when the ripple actually happens. This topic is to debate what that logic might be.

EVGrokker commented 7 years ago

I think the following ripple logic would be acceptable:

aesculus commented 7 years ago

OK. Sounds good. I will see if I can code this up

aesculus commented 7 years ago

Implemented in V1.2 (41)

EVGrokker commented 7 years ago

Same issue as #428.