-
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
front: drop tsv2 switch #8217
front: drop tsv2 switch #8217
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 #8217 +/- ##
============================================
+ Coverage 27.18% 27.24% +0.05%
Complexity 2127 2127
============================================
Files 1310 1309 -1
Lines 157758 157328 -430
Branches 3256 3254 -2
============================================
- Hits 42887 42863 -24
+ Misses 112891 112487 -404
+ Partials 1980 1978 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1c80d71
to
390f484
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.
Review and tested on operational studie and stdcm no problem for me.
I'll keep testing.
front/src/modules/trainschedule/components/ManageTrainSchedule/TrainSettings.tsx
Outdated
Show resolved
Hide resolved
8d14ac1
to
2589d39
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
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.
The code LGTM, I still need to test:
- Eex
- stdcm
- rolling stock editor
774cfbb
to
5274097
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.
Code looks good to me, only found 2 bugs:
- when I select a rolling stock with heating or air conditioning and reopen the rolling stock selector, then the selected rolling stock is correct but has not the correct mode (it has standard)
- when editing a rolling stock, in the effort curves tab, there is a missing translation for the air conditioning tag
Should be fixed :) |
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 ✅
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.
Operational studies and stdcm both now use tsv2 model by default
- e2e tests are now using tsv2 model - remove allowances e2e tests as they are deprecated - rolling stock comfort type properly uses tsv2 model
7da8861
to
5cbbfb5
Compare
Operational studies and stdcm both now use tsv2 model by default
e2e tests have been adapted and some removed (see 2nd commit) in accordance with @Maymanaf
close #8059