This repository has been archived by the owner on May 10, 2023. It is now read-only.
The "Vehicle.trip_timeout" should belong to "Trip" and be named "timeout". #48
Labels
approved
This issue is currently approved but waiting to be solved.
enhancement
New feature or request
programming
This issue is related with source code implementation.
Milestone
Is your feature request related to a problem? Please describe.
Now the timeout term is a bit confusing because it has two meaning around
jinete
. On the one hand,timeout
means the offset to be added to theearliest
lower threshold to reach thelatest
upper threshold. On the other hand, it means the maxRoute
/Trip
allowed duration.Describe the solution you'd like
The solution I propose is to split this concepts into two. On the one hand, it doesn't make sense to use the
timeout
term to define the "range" length betweenearliest
andlatest
so it can be replaced byrange
if the input parameters areearliest
andlatest
. On the other hand, it makes sense to be referred to the maxRoute
/Trip
allowed duration bytimeout
.Additional context
This issue is strictly related with #49.
The text was updated successfully, but these errors were encountered: