Closed answerquest closed 6 years ago
Done. What this entailed:
current=y
in calendar API call. This parameter is passed in Trips page, but not at the actual Calendar table page.calendarCurrent()
function is called instead of the regular readTableDB()
.Changed code will be pushed with release v2.1.0
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.