TL;DR
enhancement to train overview that adds count of trains queued for given station name. i.e. How many trains have this station name as their next stop but have yet to be assigned to a station.What ?
with a significantly large amounts of trains and stations, it's difficult to quickly find which station or stations is the bottleneck.With a simple enhancement to the train overview, an addition of the queued train count would should at a glance where the most trains are waiting to get to.
Existing counts are "In Use" and "Available" stations. Adding a Queued count before those counts would show the bottleneck.
example current (in use/available):
Station A - 2/10
Station B - 3/3
Station C - 4/4
example Future (queued/in use/available):
Station A - 0/2/10
Station B - 15/3/3
Station C - 1/4/4