gtfs-data-manager icon indicating copy to clipboard operation
gtfs-data-manager copied to clipboard

GTFS workflow tool **This project is DEPRECATED, see conveyal/datatools-manager for current version.**

Results 37 gtfs-data-manager issues
Sort by recently updated
recently updated
newest added

![screenshot from 2014-11-05 11 01 32](https://cloud.githubusercontent.com/assets/566958/4920788/127c5a94-6505-11e4-877c-d63fd5d6b767.png)

Currently, if a feed file is identical to the previous, the application silently ignores the new upload (#15). This could be confusing to users.

Change the url of a #overview/id ever so slightly so that the feed collection isn't there yields a page that looks identical to that for an empty FeedCollection.

This is how the code is supposed to work. All the functionality seems to be correct, it's just the name that's weird.

Use of window.alert generally indicates a) debug code or b) code from 1995. We don't want to be associated with that, so we should remove it. ``` login-route/login-route.js 34: alert('Log...

One of the big benefits of handlebars is that templates can be precompiled; however, we currently have Handlebars.compile(require(...)) in almost every view. We should come up with a way to...

Currently all data fetch is done via sequential scan. This is impractical for large data sets. Fix.