smurfy / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
58 stars 33 forks source link

Show train delays, cancellations etc in the timetravel page in red color #207

Open krnekhelesh opened 9 years ago

krnekhelesh commented 9 years ago

Just in like other pages, we should show delays in red color to indicate that it will affect the user's journey.

This issue stems from 2 problems that I was able to observe,

delay

smurfy commented 9 years ago

I don't really like the color defined in the backend, i don't remember the issue number but we discussed maybe exposing some info in additional fields.

I think realtime statistics could be such an additional field.

Values could be: null = no realtime data 0 = on-time > 0 delay in minutes

This field should be available for timetable and journey. After that the gui can handle how and in which colors the data will be presented.

Edit: maybe even two fields, one for the status and one with textual info about the delay itself (if available)