Skip to content
adamgreenhall edited this page Mar 20, 2013 · 27 revisions

Critical tasks

  • redo creation of SF standardized dataset, watch out for bad data
    • if we don't care about agony - won't have to do the painful schedule merge
  • debug zurich topojson (geojson bug?)
  • flashy transition of line on map to route_vis straight line (this is key to explaining what the straight line is)
  • simulation time tracks real time
    • display multiple trips on same line
    • when last trip of day comes, show sleepy bus, load data for next day, hide sleepy bus, and start next day
    • when you click on a route:
      • reset time display to 5am
      • advance time to first route of day
      • if the bus doesn't run that day, show sleepy bus, and load the next day.

Dev tasks

  • on mouseover stops on route_vis line, show stop name
  • time selector
    • date/time selector
    • time in header moves with simulation
    • if a new time is selected
      • if time is before 1st trip: advance to 1st trip
      • if time is after last trip: show sleepy bus and link to load next day
      • if time is after simulation now: (maybe) speed through trip buses (not passengers) to get to new time
      • if time is before simulation now: just go there
  • transition background-color of #route_vis_panel with simulation time of day
  • filter lines on map by what is available for the selected time
  • loading data message
  • replace circle bus svg with cute bus (and resize)

Amelia tasks

  • draw cute bus svg to replace circle
  • sleepy bus icon
  • make favicon
  • wireframe site
  • ui design
    • choose google webfont(s)

Layout tasks

  • #route_vis_panel as transparency over map
  • window based resizing for the route_vis line
  • route_vis line should get size from it's container
  • body background, subtle pattern

Leaflet map tasks

  • map needs bounding - shouldn't be able to scroll to far from city or too far out
  • tweak centers/heights of map so that it looks good on screen for all cities
  • move zoom control to bottom right corner

Backlog

  • get an agony metric scale set up and show bus/passenger agony (data for SF is so bad we don't want to be mean if we aren't sure about the data)
  • simulation speed adjustment (should probably just pick a good default. also not sure if this can be live - can you update d3 timers?)
Clone this wiki locally