- Feb 04, 2016
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Feb 03, 2016
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Feb 02, 2016
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Feb 01, 2016
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
Fix getting vehicle locations. Nextbus sometimes doesn't return routes so get them from the ApiCall instead. Thanks nextbus...
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Jan 26, 2016
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
Display predictions on each stop (works now). Colorize upcoming predictions. Drop extra decimals from last_view cookie.
-
Anton Sarukhanov authored
-
- Jan 25, 2016
-
-
Anton Sarukhanov authored
-
- Jan 24, 2016
-
-
Anton Sarukhanov authored
-
- Jan 21, 2016
-
-
Anton Sarukhanov authored
Make get_or_create less braindead. Instead of looking for a 100% identical match, it looks for one with matching keys/indices. If those match, the old record is returned. Caveat: Returned record not guaranteed to 100% match the entered parameters - only the keys. Could be bad if not accounted for
-
Anton Sarukhanov authored
Worked around Nextbus stop tag shenanigans. Some stops are represented by multiple stop tags, the only commonality being Stop Title. Same-title stops within geographic proximity (as defined in config.py) will be stored as one stop. Tags are still tracked, as they are needed for linking routes to stops.
-
- Jan 17, 2016
-
-
Anton Sarukhanov authored
Nextbus gives the same stop tag for multiple routes, but with *slightly* differring lat/lon coordinates. Instead of having one Stop object per route, we will now gather them into one Stop per Stop Tag (as long as all instances are in a proximity defined by SAME_STOP_LAT and SAME_STOP_LON). Also misc cleanup/comments.
-
Anton Sarukhanov authored
-
- Dec 12, 2015
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Dec 09, 2015
-
-
Anton Sarukhanov authored
Made map.html template fully dynamic (mostly from config variables), cleaned up HTML/JS/CSS for said map.html
-
- Dec 06, 2015
-
-
Anton Sarukhanov authored
-
- Dec 02, 2015
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
SQLAlchemy query optimizations. Got rid of individual route+stop+direction queries, and made other stuff faster where possible. Eliminated a few queries.
-
- Nov 24, 2015
-
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
Anton Sarukhanov authored
-
- Nov 23, 2015
-
-
Anton Sarukhanov authored
-