-
Notifications
You must be signed in to change notification settings - Fork 59
Remove most unused OTP1 fields #1469
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
Conversation
miles-grant-ibigroup
left a comment
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.
Everything seems to be working, even with field trip! Additional testing might flag some problems with the util methods missing, but I think we are ok to merge for now! Happy to see so much of this old code gone
daniel-heppner-ibigroup
left a comment
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.
This is great. I support piecemeal removal of these things so we don't have one huge PR that's hard to review.
Description
This PR is companion for ibi-group/otp-middleware#334 but does not require it.
Most of old OTP1, unused stuff is removed (except
agency*,route*, andstop*fields that will be addressed in a subsequent PR) and some OTP2 fields that appears in mocks but aren't queried are removed too.Fields removed:
Itinerary.transitTimeItinerary.walkLimitExceededItinerary.fareLeg.pathwayLeg.rentedCarLeg.rentedVehicleLeg.hailedCarLeg.serviceDateLeg.interstopGeometryfrom/to.origfrom/to.departurefrom/to.arrivalTrip.departureStopTimeTrip.arrivalStopTimestartTransitStopIdPR Checklist: