Skip to content
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

Updates to "exemplar" fields not applied to linked fields #109

Open
landonreed opened this issue Apr 5, 2018 · 1 comment
Open

Updates to "exemplar" fields not applied to linked fields #109

landonreed opened this issue Apr 5, 2018 · 1 comment
Labels

Comments

@landonreed
Copy link
Contributor

This issue was uncovered when a user reported that updates to the wheelchair_accessible field on routes were being silently dropped. For one, the field was not present in the Table definition. The second more critical issue discovered is that this "exemplar" field and fields on other tables (patterns and pattern stops) are not being applied to linked fields in referring tables. As a concrete example: the trips#wheelchair_accessible field is derived from the route#wheelchair_accessible field in the editor. Another example: pattern_stops has a number of fields (e.g., pickup_type and timepoint) that need to be applied to all stop_times that refer to trips on this pattern.

@landonreed
Copy link
Contributor Author

We seem to be missing updates to Trip#shape_id field when Pattern#shape_id changes. Fix is inbound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant