briggySmalls / late-train-mate

A lightweight website that provides stats on delayed or cancelled UK train services
MIT License
0 stars 0 forks source link

Breaks for looping routes #21

Open briggySmalls opened 6 years ago

briggySmalls commented 6 years ago

When searching for delays from Dover Priory to London St. Pancras International the app fails an assertion. This is due to the assumption that each station will only appear once in the list of journey stops.

However some routes have London St. Pancras International as the first and last stop, meaning that the incorrect (first) stop is selected.

The app should be updated to handle looping route where a station may appear multiple times.