remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Prioritize rail over bus arrivals #242

Open remulasce opened 9 years ago

remulasce commented 9 years ago

Some rail stations with bus bays attached have like, 10 different bus lines coming in.

They should have the rail prioritized. I'm guessing practicallly everyone is trying to get on one of the busses.

remulasce commented 9 years ago

Previously this was done as part of the undefined behavior of priority to multiple stops.

This behavior went away with the change to regionalized stops, for some reason.

EDIT: I don't think this ever happened, actually.

remulasce commented 9 years ago

Ugh. To do this in the same way the rest of the regionalization is done, it has to be done first somehow (before we even know what routes are running).

This should be prioritized by Route in the perfect case, which would mean Routes having Agencies as well.

I guess tacking it on to the singleton bit of RegionalizationHelper wouldn't be too bad. But I need to think about how to actually do this.

remulasce commented 9 years ago

Checking, actually I don't think this ever worked. So we can push regionalization / speedup code now and do this later.