WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
148 stars 46 forks source link

New trip creation: limit the calendar services available to present and future #96

Closed answerquest closed 6 years ago

answerquest commented 6 years ago

Trips listing : When creating a new trip, there is a dropdown picker for calendar service (keyed by service_id).

These services have an end date. Some gtfs feeds may contain some or many expired services whose end date is gone.

To de-clutter the options, remove such entries, whose end date is before current date, from the dropdown list.

answerquest commented 6 years ago

Done. What this entailed:

Changed code will be pushed with release v2.1.0