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

Add service date range of feed #865

Open
emmambd opened this issue Jan 6, 2025 · 0 comments
Open

Add service date range of feed #865

emmambd opened this issue Jan 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@emmambd
Copy link
Contributor

emmambd commented Jan 6, 2025

Describe the problem

Consumers need to know if a GTFS feed is active or not (e.g if the service is currently happening or if it's older). This is critical to processing a feed and sharing it with users. This information has been added to the GTFS Schedule Validator - now it needs to be displayed in the Mobility Database.

Proposed solution

  • Include service date range in feed endpoint
  • Update database schema
  • Extract from validation report and add to database entity
  • Update datasets endpoint to include it
  • Update feeds endpoint validation report endpoint
  • Display service date of the latest dataset
  • Display status
    – Display status in the search
  • Autopopulate active, inactive, future statuses. Calculate based on current day.
  • Re-run the validation reports so there is service date information "

Alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

1 participant