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
147 stars 46 forks source link

Frequencies : dropdowns of route and trip_id for new frequency creation. #131

Closed answerquest closed 5 years ago

answerquest commented 5 years ago

As per my understanding of the GTFS specs, trip_id value in a row in frequencies table, must be a valid trip having an entry in trips table.

So, instead of typing in a trip_id value when creating a new entry in frequencies table, user should be given dropdown. And the user will be wanting to put a frequency for a route. So two successive dropdowns needed : choose the route, then choose the trip.

Also a helping text will need to be there advising the user to go to trips page and create a trip first, in case they have provisioned a new route and they directly come here.

answerquest commented 5 years ago

done with v3.3.0