remulasce / metroapp

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

Fix up NotifyService #292

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

NotifyService has its own network, parsing functions.

That means none of this regionalization work is supported by it. It doesn't support GTFS, and I don't think it takes in agencies other than LA properly. And, it doesn't work without a vehicle number, which Bart doesn't have.

So, assume it's totally broken for now. Needs fixing. Showstopper: Can't ship without NotifyService.

remulasce commented 9 years ago

It would be nice to move towards #4 as well

Holy shit, issue number 4. Wow.

remulasce commented 9 years ago

Ok, it's unfucked at d9791c

Notify service works for both Bart and NextBus.

The only remaining niggle is that you can't actually select which bart arrival to track, because there's no vehicle number, even though the confirmation dialog clearly shows radio buttons for you to do that.