-
Notifications
You must be signed in to change notification settings - Fork 6
Backend Technical Roadmap
Eddy Ionescu edited this page Jan 14, 2019
·
6 revisions
- Trips generator [start 1/13/19]
- Stops database with arrival/departure times
- API endpoint for stop arrival/departures+dwelling
- API endpoint for reliability at stops via TTC service-standards (only for <=10min routes, selected routes only)
- API endpoint for weighted customer wait-times (only for <=10min routes, selected routes only)
- Frontend stops visualizations (use Transitland geojson)
** testing + demo checkpoint **
- Travel-time between stops API endpoint
- Frontend travel-time visualizations (continous/dotted lines)
** testing + demo checkpoint **
- Time interval comparisons
- Add GTFS schedule support (support all >10min routes, just use current GTFS)
** testing + demo checkpoint **
- API endpoint for on-time departure + arrival reports
- Get service-summaries (route headways) from GTFS
- API endpoint for service-summary + schedule info
- Use/Test Blink-GTFS, set up MongoDB for GTFS, and use generated GeoJSON
** testing + demo checkpoint **
- Speedmap? Intersection summaries? TSP analysis? Playback? Transit Delays?