grote / Transportr

Free Public Transport Assistant without Ads or Tracking
https://transportr.app
GNU General Public License v3.0
1.05k stars 189 forks source link

Simpler display of delays #957

Open TechD123 opened 2 weeks ago

TechD123 commented 2 weeks ago

Acknowledgments Please check the following boxes with an x if they apply:

Is your feature request related to a problem? Please describe. I appreciate that Transportr shows me delays and other updates. However, I often find myself wishing I didn't have to do math to figure out how delayed my train is when in a hurry.

Describe the solution you'd like Instead of "16:54" with "+19" in smaller red font, let's present the most relevant information in a concise manner, e.g. "17:13" in red, with additional info about the delay in smaller font below, e.g. "expected 16:54"

Describe alternatives you've considered Alternatively, instead of adding "expected" to the original time, it could be crossed out (although that might impede legibility). We could also just copy the DB website design ¯_(ツ)_/¯

Thanks for making a genuinely useful transportation app!

Altonss commented 1 week ago

Interesting idea, for big delays it might indeed be usefull to show somewhere in the UI the real departure/arrival time. This would require some work in terms of UI, to avoid overloading the interface. (This won't be a top priority on my list though ^^)