-
Notifications
You must be signed in to change notification settings - Fork 0
Project Backlog
fstakem edited this page Dec 17, 2011
·
5 revisions
- Refactor Models to conform to Django models (Fred)
- Create restful interface to Django models (Fred)
- Create client functions to run in the background and collect data (Steve)
- Write unit test for back ground data collector functions (Steve)
- Design Path class that includes different portions of multiple routes (Fred, Steve)
- Design new algorithm: pick lat/lon and find closest routes (constraints: distance) (Everyone)
- Design new algorithm: pick two locations(lat/lon) and find best path between them (constraints:distance/bus travel time/walking travel time/number of routes) (Everyone)
- Map UI with bus routes shown; ability to turn routes on and off (Dave)
- Map UI with buses shown moving around; ability for map to follow bus (Dave)
- Map UI with ability to select location on map and find lat/lon (Dave)
- Refactor code to use python logging facilities (Everyone)
Tech Debt
- Write unit tests for Models (Fred) => not sure useful as this point and not sure how to do this typically for django