tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Admin interface first cut #45

Closed alaw005 closed 9 years ago

alaw005 commented 9 years ago

I have completed a first cut at the admin interface. I'm interested in your thoughts on this. It would also be nice to reorder the admin index to reflect relationship between different models but that proved too difficult for me. I would also like to show all the stops for a feed / route on a map.

I started this because I wanted to be able to create new GTFS feeds from scratch as well as manipulating existing ones. Having been through all this I'm thinking this might be a rather more difficult task than I hoped and definitely more than the admin interface can handle. I am thinking it would be nice to have a single page to display/create routes. For example a page that includes the route name, all trip details (e.g. direction), days operating, and departure times (comma separated list) with a map showing the route and stops. The map should also allow additional stops to be added and the route to be changed. I haven't got my head around the fares and blocks so much.