Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No rush to look though this. 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.