-
Notifications
You must be signed in to change notification settings - Fork 46
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
change trainid format #10679
change trainid format #10679
Conversation
2b70e01
to
9ed6b7f
Compare
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 #10679 +/- ##
==========================================
+ Coverage 81.86% 81.93% +0.06%
==========================================
Files 1082 1083 +1
Lines 107123 107551 +428
Branches 721 741 +20
==========================================
+ Hits 87698 88121 +423
- Misses 19384 19389 +5
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fb3d65b
to
797955e
Compare
797955e
to
72f2c2b
Compare
front/src/applications/operationalStudies/components/MacroEditor/ngeToOsrd.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/ngeToOsrd.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/hooks/useAutoUpdateProjection.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/hooks/useScenarioData.ts
Outdated
Show resolved
Hide resolved
...ules/simulationResult/components/ManchetteWithSpaceTimeChart/ManchetteWithSpaceTimeChart.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpaceTimeChart/useLazyProjectTrains.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/hooks/usePathProjection.ts
Outdated
Show resolved
Hide resolved
70c8a62
to
eb84e9f
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, I didn't see any problem after testing
c9b3dc2
to
3a5861b
Compare
front/src/applications/operationalStudies/hooks/useLazyLoadTrains.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/ngeToOsrd.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/ngeToOsrd.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/hooks/useAutoUpdateProjection.ts
Show resolved
Hide resolved
front/src/applications/operationalStudies/__tests__/sampleData.ts
Outdated
Show resolved
Hide resolved
965425a
to
a558811
Compare
front/src/applications/operationalStudies/__tests__/sampleData.ts
Outdated
Show resolved
Hide resolved
Instead of using the mapped nge train ids / osrd train ids when creating a train on nge side, share it on both side. This will later help to deal with paced trains. Signed-off-by: SharglutDev <[email protected]>
5ceff1f
to
c47c05e
Compare
This will help differentiate paced train ids (and their occurrences) and train schedule ids. Signed-off-by: SharglutDev <[email protected]>
Train id with type number will be used as "editoastTrainId". Train id with type TrainScheduleID will be used as "formattedTrainId". Signed-off-by: SharglutDev <[email protected]>
c47c05e
to
d11307f
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, tested ✅
close #10601