Jump to content

rotaryspd

rotaryspd

Member Since 12 Jan 2010
Offline Last Active Mar 03 2024 08:06 PM

Route page sorting / info

29 August 2017 - 05:25 PM

I just have a few simple ideas that would be useful from a route maintenance standpoint:

 

1.  A total load factor figure - all F/C/Y passengers divided by total number of seats.  That way you can see which routes have the most unfilled seats class agnostic.  Or even an absolute number of unfilled seats on a route.

2. Connecting passenger percentages - both on the route management page itself, and on the routes overview page.  When you get a very large hub operation going, it's difficult to find under performing routes that have massive percentages of connecting passengers.

3. An "odd lots" column that shows the remainder of weekly frequency divided by 7:

// i.e.
odd_freq = freq % 7;

That way, you can bring flights with other than round daily frequencies to the top of a search (ok...maybe this one is a bit OCD--but also very easy to implement).