-
Notifications
You must be signed in to change notification settings - Fork 53
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
Use existing trip existence #1078
Conversation
… new existence check.
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 PR does not address this bug, it is a backend issue. |
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.
Nice improvement! Thanks
Description
This PR makes the saved trip editor reuse the
itineraryExistence
object stored in the corresponding trip, instead of starting a new check that may not complete. (When saving new trips, a new itinerary existence check will continue to be initiated.) (That's the first commit in this PR.)The PR also introduce
ItineraryExistence
andMonitoredTrip
types and applies them to select files.PR Checklist