-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: fix trains not stopping at the end of path #7880
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7880 +/- ##
============================================
- Coverage 28.54% 28.54% -0.01%
+ Complexity 2060 2059 -1
============================================
Files 1249 1249
Lines 154183 154210 +27
Branches 3041 3036 -5
============================================
+ Hits 44015 44016 +1
- Misses 108354 108384 +30
+ Partials 1814 1810 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6507994
to
3a0958a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and tested
3a0958a
to
f8615b6
Compare
I realize that there are some duplication of code used for starting pathfinding in |
front/src/modules/pathfinding/components/Pathfinding/PathfindingV2.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/components/Pathfinding/PathfindingV2.tsx
Outdated
Show resolved
Hide resolved
f8615b6
to
5710204
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 😀
close #7868
Use dayjs to transform a duration in ISO8601 in seconds so that it's resilient to any format of ISO8601 (not only PTxxx)
close #7863
By default, we add a 0sec stopFor for the destination when launching the pathfinding