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

fix(gtfs-service-api): change routes filter to correctly check if a route is in the given range #741

Merged
merged 1 commit into from
May 9, 2024

Conversation

itsoriki
Copy link
Collaborator

@itsoriki itsoriki commented May 8, 2024

Resolves #538

Description

The filter in the gtfsService was wrong and probably assumed the to and from dates were the same (see #538)
The correct filter is now in place checking each route against the to and the from dates like it should.

screenshots

image

@itsoriki itsoriki requested a review from NoamGaash as a code owner May 8, 2024 15:52
@itsoriki
Copy link
Collaborator Author

itsoriki commented May 9, 2024

@NoamGaash

Copy link
Member

@NoamGaash NoamGaash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! 👏

@itsoriki itsoriki merged commit 01d8e69 into main May 9, 2024
17 checks passed
@itsoriki itsoriki deleted the fix/wrong-filter-in-gtfs-service-api branch May 9, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change of dates make line data disappear
2 participants