-
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: adapt import train schedules v2 #7172
Conversation
8abbc9c
to
2c8576b
Compare
812d3ed
to
dce75bb
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.
Very nice PR 👏 I left some comments to clean a bit the code ;)
front/src/applications/operationalStudies/views/v2/ImportTrainScheduleV2.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleConfigV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ImportTrainSchedule/generateTrainSchedulesPayload.ts
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ImportTrainSchedule/generateTrainSchedulesPayload.ts
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
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 #7172 +/- ##
============================================
+ Coverage 28.35% 28.39% +0.03%
- Complexity 2006 2022 +16
============================================
Files 1139 1148 +9
Lines 139899 139683 -216
Branches 2707 2727 +20
============================================
- Hits 39666 39656 -10
+ Misses 98615 98403 -212
- Partials 1618 1624 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I have left some small comments, but it's almost good for me, great job :)
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
...src/modules/trainschedule/components/ImportTrainSchedule/ImportTrainScheduleTrainsListV2.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/trainschedule/components/ImportTrainSchedule/generateTrainSchedulesPayload.ts
Outdated
Show resolved
Hide resolved
60bd60f
to
3e4a331
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, great job ✅
fix comments fix comments fix comments
cfc131a
to
7f781c4
Compare
closes #7026