-
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: TSv2: Table to handle trains times and margins #7427
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7427 +/- ##
=============================================
+ Coverage 29.33% 53.75% +24.41%
=============================================
Files 1203 69 -1134
Lines 147532 4240 -143292
Branches 2897 0 -2897
=============================================
- Hits 43283 2279 -41004
+ Misses 102542 1961 -100581
+ Partials 1707 0 -1707
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
09a755c
to
9095ce3
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.
Bugs:
- if I delete the itinerary, the table timesAndStops is still displayed
front/src/applications/operationalStudies/views/v2/ManageTrainScheduleV2.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/views/v2/ManageTrainScheduleV2.tsx
Show resolved
Hide resolved
front/src/modules/pathfinding/components/Itinerary/ItineraryV2.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/components/Pathfinding/PathfindingV2.tsx
Outdated
Show resolved
Hide resolved
9ba0d05
to
83b962a
Compare
...c/modules/trainschedule/components/ManageTrainSchedule/helpers/formatTrainSchedulePayload.ts
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ManageTrainSchedule/helpers/formatMargin.ts
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ManageTrainSchedule/helpers/formatMargin.ts
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ManageTrainSchedule/helpers/formatSchedule.ts
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/components/Pathfinding/dataTest.ts
Outdated
Show resolved
Hide resolved
front/src/reducers/osrdconf/osrdConfCommon/__tests__/commonConfBuilder.ts
Outdated
Show resolved
Hide resolved
c91c7d7
to
b5568d8
Compare
- add column name, ch, duration - add data for add data test for mock api endpoint - add columns reception on closed signal an theoretical margin - regex validation margin - add allVias property to ManageTrainSchedulePathProperties - modif insertViasInOPs to upsertViasInOPs - StdcmView: change inserViasInOPs to upserViasInOPs - update TimeColumnComponent - create function formatMargin and formatSchedule - format arrival for schedule - remove departure in TimesStops - add toast error if the margin is invalid - add remove error toast - add remove vias button - fix review comments - fix bug when deleted the itinerary - fix review comments
b5568d8
to
c9e43a1
Compare
close #7024