|
|
|
|
|
by cliff
5399 days ago
|
|
I remember seeing this before. I think it's really cool, though in the article I read before one major block to implementing this is that you'd be splitting up group boarding (of even 2 people travelling together). I feel like that might be a tough message to try to explain to everyone at the airport, since in general people are worried about everyone in their party making it on the plane safely and with all their stuff. Gate agents have enough worried customers as it is. |
|
I think a slightly less efficient approach would be to somewhat batch up rows. So instead of having all of the people in the window aisle on one side of the plane enter, how about have 1 row of people (typically 3) on one side of the plane. Instead of doing every row at once, do every 3rd or 4th row. That way, the same amount of people will be in front and behind you as before (including moving up far enough to be out of your way when the group of 3 in front has reached their row). So then you can alternate sides of the plane, and also alter what set of rows on each side (basically, if 0 == row modulo 3, then you are the first set of rows to board).
Regardless of how anyone decides to partition passengers, however complicated, the computer just needs to make sure to number boarding passes accordingly so people can line up in whatever order you choose. Southwest kinda has that going on (your boarding pass has an A,B,C and a number 1-60 on it), but the letter/number is based purely on what order the passengers checked into their flight (and on southwest people get to sit wherever they want).