-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The logic to compute the data for the output table has been modified: - instead of handling both pathsteps and regular operational points on the path at the same time, we now handle first the path steps (which may have some additional information, such as margins, schedules, stop duration...) and then handle the regular operational points (we only need to compute the arrival time). This simplifies a lot the hook - instead of re-computing the time of each waypoint, we now use the times received in the summary of the train. Signed-off-by: Clara Ni <[email protected]>
- Loading branch information
Showing
17 changed files
with
325 additions
and
646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
front/src/modules/timesStops/helpers/__tests__/arrivalTime.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.